• Hello!

    On our NAV-menu we have a menu with car brands.
    That list is very long so the menu does not show all brands because of the length of it.

    If you hover over “Kjøretøy -> Personbil ->” then you see it. The last choice is Mercedes and there is more brands below that.

    Is there some fix for that?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    wow that menu is huge 🙂
    you can add the following few lines of additional CSS to limit the height of the car brands sub-menu and add a scrollbar to it.
    Here the code:

    .menu-item-31552 ul.sub-menu {
        max-height: 50vh;
        overflow-y: auto;
    }

    Please note the css class specific of the parent menu item.

    I hope you will appreciate it 🙂

    Thread Starter gomoz

    (@gomoz)

    Hello!
    This worked as a charm! Thank you so much!
    Great support 😀

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Happy to read this!
    If you like Proteo and our work, please help us with a nice review on https://ww.wp.xz.cn/support/theme/yith-proteo/reviews/
    🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Nav Menu problems’ is closed to new replies.