Sub Menu Items Not Showing Up
URL to the page in question:
http://swedishamericanmuseum.org
-
Hi Bill,
I have two third-tier sub items on the navigation menu that aren’t displaying on the front end. The two pages are “Birthday Parties” and “Field Trips,” which should be showing up under the Brunk Children’s Museum which is located under “Visit” on the menu. Any idea what might be causing this?
Thanks,
Allison
Hi Allison,
Try adding this to your Custom CSS:
.flexnav li ul li {
overflow: visible;
}
and see if that won’t do the trick for you.
Bill
That didn’t seem to work :/
When I make a copy of your site’s source code and add that snippet to the Custom CSS area, it seems to work for me. The second level drop down appears to the right of “Brunk’s Children’s Museum” menu item.
Ok, got it! I added it to the style.css instead of the Custom CSS the first time. Got it working thanks!
- The topic ‘Sub Menu Items Not Showing Up’ is closed to new replies.