Jump to content

CSS Help, drop down menu width doesn't match parent item


Recommended Posts

Hi, The drop down width doesn't match with the menu item. In my other websites it worked all well, so I think I modified something I didn't know that would modify it in such way. Here I live my webpage: www.buntpreliminar.cl/manos

 

Thanks a lot

Link to comment
Share on other sites

global.css line ~533

 

you've got there:

 

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left: 0;
top: 37px;
z-index: 9999;
width: 100%;
background-color: transparent;
padding: 0;
}

 

 

change top: 37px; to top: 32px;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...