Sub Menu Items Not Showing Up

Support Area Forums Forward Sub Menu Items Not Showing Up

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://swedishamericanmuseum.org
  • Author
    Posts
  • #38334
    Allison Deerr
    Participant

    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

    #38337
    Bill Robbins
    Moderator

    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

    #38340
    Allison Deerr
    Participant

    That didn’t seem to work :/

    #38341
    Bill Robbins
    Moderator

    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.

    #38345
    Allison Deerr
    Participant

    Ok, got it! I added it to the style.css instead of the Custom CSS the first time. Got it working thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sub Menu Items Not Showing Up’ is closed to new replies.