d.crysty23 Posted March 4, 2014 Share Posted March 4, 2014 I have a problem with the drop-down cart menu (see image). Right now, there is a space between the cart button and the menu, and I don't want that. Do you know what I should change and where in order to make the menu drop down directly from the menu, without that space? I've posted the link as well. Thanks in advance. http://www.3bwine.com/CRISTY/prestashop/index.php?id_product=1&controller=product Link to comment Share on other sites More sharing options...
vekia Posted March 4, 2014 Share Posted March 4, 2014 blockcart.css (from block cart module directory) decrease top:104px param #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: 104px; width: 200px; z-index: 10; } 88px fit ideally Link to comment Share on other sites More sharing options...
Recommended Posts