Jump to content
Sign in to follow this  
WebWerx

Need a Bit of Sub-Menu CSS TLC

Recommended Posts

WebWerx

I am the author of my issue. As part of the site build, we pumped up the font size in the Main NAV. This has had an undesired effect on the Sub-Menu items. IE: when I go to http://allure.wpengine.com/hair-services/, the Hair Services Menu Item overlaps the Main Nav Menu item ("Hair"). I have been looking for how to fix this in Firebug, but cannot seem to find the proper selector....

Share this post


Link to post
Share on other sites
Danny
Hi WebWerx, Have a little play with the CSS below, if you lower or increase the font size, you will also need to alter the top Xem/px value too. [code]ul.sf-menu ul.sub-menu, ul.sf-menu ul.children { top: 5.5em; font-size: 9px; }[/code]

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
WebWerx
@Danny: That was just too easy. It worked perfectly right our of the box! Muchos gracias!

Share this post


Link to post
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

Sign in to follow this  

×