Jump to content

mega menu flyout css padding issues


bloom

Recommended Posts

Does anyone know how to fix my 2 css issues in the flyout menu on this site? This is driving me nuts. ;)

 

http://candoelec.com/dev/

 

Issue 1 - in the flyout menu, the padding in the background element appears to be short on the bottom.

 

.mega-menu li .sub-container {
background: none repeat scroll 0 0 #efefef;
border: 1px solid #ccc;
padding: 5px;
position: absolute;
}
Issue 2 - again in the flyout menu, the padding around the text section headers "Decription, Website, Your Rep" appears to be short on the bottom.

 

.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
background: none repeat scroll 0 0 #000;
color: #fff;
font-size: 15px;
font-weight: bold;
line-height: 20px;
padding: 5px 0;
text-align: center;
}

 

Thank you!

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...