sub menus

Support Area Forums Authentic sub menus

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #3977
    Brian Eccles
    Participant

    I’ve added a 3rd level to a menu but it’s not showing. Is this not supported in the theme?

    #3978
    Bill Robbins
    Moderator

    You can use a third level drop down. Here’s how to enable them.

    1) Go to the appearance section and select edit to open up the theme editor.
    2) From the list of files on your right, choose style.css
    3) Add this to the very botton:

    ul.menu li li:hover ul,
    ul.menu li li.sfHover ul {
    width: 160px;
    left: 190px;
    top: -30px;
    }

    4) Save your changes. That should add a third level drop down for you.

    I left this out of the theme due to the navigation bar’s close proximity to the right hand side of the screen. The third level can cause some odd scroll bar behavior if you use them on the right most menu items.

    Let me know if you need anything else.

    #3989
    Brian Eccles
    Participant

    Great, thanks.
    I’ll try and keep the menus with 3rd levels away from that edge.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘sub menus’ is closed to new replies.