Jump to content

How to fix the drop-down menu?


Recommended Posts

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

post-715508-0-65091600-1393938193_thumb.png

Link to comment
Share on other sites

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

×
×
  • Create New...