d.crysty23 Posted March 17, 2014 Share Posted March 17, 2014 I have a problem with the "cart" module. When I move the arrow on "view my shopping cart" there is an offset: the menu is too high and I want it lower. You can see this in the image below. What do I need to change in order to revert it to its inital form? http://www.3bwine.com/CRISTY/prestashop/index.php Link to comment Share on other sites More sharing options...
dioniz Posted March 17, 2014 Share Posted March 17, 2014 In modules/blockcart/blockcart.css find #header #cart_block { background: none repeat scroll 0 0 #EEEEEE; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; box-shadow: 0 1px 0 #C6C6C6; display: none; height: auto; position: absolute; right: 50px; top: 88px; width: 200px; z-index: 10; } Change top to 105px 1 Link to comment Share on other sites More sharing options...
Recommended Posts