WebWerx 0 Report post Posted May 2, 2012 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+ 1,327 Report post Posted May 2, 2012 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 0 Report post Posted May 2, 2012 @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