Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #395361

    I have set up a bunch of sub-pages under a main menu tab, and not all of them show in the pull down menu.

    How do I enable the pull down list to scroll?

    Or can I tighten up the line spacing between the selections so that they fit?

    Thanks!

    • This topic was modified 9 years, 2 months ago by Cheryl.
    #395543

    Hi Cheryl!

    I can see your problem, I’m guessing you are listing all U.S states? I think a more user-friendly approach would be to put each state in a category like West coast, East Coast etc. You can do this by adding a link parent in the menu and just put a # in as the link. Would that work for you?

    Best regards,
    Rikard

    #396047

    Thanks Rikard…we keep adding states. That sounds like a good solution to try, if it’s not possible to scroll down the list. The other option we’re discussing is adding an interactive map, which would eliminate the need for scrolling altogether.

    Best,
    Cheryl

    #396527

    Hey Cheryl!

    It’s possible to have it scrolling but I think some sort of a breakdown would be better from user perspective.

    Best regards,
    Rikard

    #401678

    Thanks Rikard. How do I enable scrolling? Can the line spacing be tightened up between items?

    #402051

    Hi!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to limit height of dropdown menu to 500px and add a scrollbar to it

    .main_menu .menu ul {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    }

    Cheers!
    Yigit

    #404942

    Thank You Yigit! That did it! I’m a poet, and I didn’t know it. :)

    #405243

    Hi!

    Great! :)
    You are welcome Cheryl we, are glad to help if there’ll be, more questions we’re here, appearently? :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.