Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1488171

    Hello Enfold-support :-)
    I have a question. We are busy with a website and there are a lot of pages in the menu.
    See example in the screenshot.
    You see there that the last page that is shown is ‘Vijfde verdieping-5.24’ but here are 3 pages that cannot be seen on smaller / not so high screen. On mobile and bigger screens it works well!
    Can that maybe made scrollable?
    We also tried the mega menu but we don’t like that look and feel on this website.

    Hope you can help!

    #1488220

    Hey JoStudioDeRijp,

    Thank you for the inquiry.

    Unfortunately, it’s not possible to make the submenu scrollable. Have you tried moving the menu item with the long list of submenu items to the top of the first-level submenu? Another option is to split the submenu items.

    Best regards,
    Ismael

    #1488398

    Hi Ismael,

    It is a bit of a problem to move menu items because this website is for a building with working spaces and it’s in the order of the floors, from souterrain till top of the building.
    Do you know a plugin that could help us with this..?
    Kind regards, Jolanda

    #1488481

    Hi,

    Thank you for the update.

    You can install menu plugins like UberMenu, WP Mega Menu or QuadMenu to display a different menu, but this may not fully resolve the issue without also considering a layout change or more direct intervention on your part, such as the ones we recommended above. Another option is to reduce the height of the menu items and the surrounding padding. Please try this css code:

    #top .av-main-nav ul a {
        height: auto;
        line-height: 18px;
        padding: 2px 15px;
        font-size: 12px;
        min-height: 18px;
    
    }

    Best regards,
    Ismael

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