Mr.Curiosity Posted June 9, 2011 Share Posted June 9, 2011 I dont know what I have done wrong, but my "check out" button doesnt have margin.I want it to have the same height like the "cart" button.what do I have to do? Link to comment Share on other sites More sharing options...
PrestaSupport Posted June 9, 2011 Share Posted June 9, 2011 Are you sure it is like this on all browsers?Changes can be made in blockcart.css in themes/prestashop/css/modules/blockcart/blockcart.css Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted June 9, 2011 Author Share Posted June 9, 2011 I might had accidentaly done something wrong somewhere, but I couldnt remember it.this is what I done to solve it. go to blockcart.css and edit this :FROM:#cart_block p#cart-buttons a#button_order_cart { float: right }TO:#cart_block p#cart-buttons a#button_order_cart { float: right ; margin-top: 0px; } Link to comment Share on other sites More sharing options...
Recommended Posts