• Resolved mwritesdragons

    (@mwritesdragons)


    Hello,

    I need some help. I have a long sub-menu under my primary navigation menu. Is there a way to have the sub-menu create a scroll bar so all items are visible? I was playing with adding custom css:

    .submenu {
    height: 100px;
    overflow: scroll;
    }

    Where .submenu is the class of the menu that gets too long, but even when it seemed like I’d pulled the right class from the existing css, it didn’t add a scroll bar when I published and re-loaded my site.

    Thanks for the help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mwritesdragons

    (@mwritesdragons)

    Never mind! I figured it out myself after a little more googling. My issue was I wasn’t referencing the sub-menu correctly. This is the actual css that worked to give my submenu a scroll bar:

    .menu-item-1965 .sub-menu
    { max-height:900px;
    overflow:scroll;
    }

    Branko

    (@brankoconjic)

    Thanks for sharing the solution, @mwritesdragons.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation Menu Scroll Bar?’ is closed to new replies.