• Resolved thenestingplaceli

    (@thenestingplaceli)


    How do I make it so that my entire drop down menu can be viewed. When I am on my laptop you can only see the first 10 things in the drop down and I am unable to scroll in the menu.

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

Viewing 1 replies (of 1 total)
  • Ina

    (@inamoro)

    Hi, @thenestingplaceli

    Add the following code to Appearance -> Customize -> Additional CSS:

    @media (min-width: 64.0625em) {
    .navbar-nav ul {
    overflow-y: scroll;
    max-height: 80vh;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Menu Drop Down’ is closed to new replies.