• Resolved webcart

    (@webcart)


    Hi,
    I have a mega menu with many items that are more than the desktop screen.
    I need the customers to be able to scroll down and to see the lower part of the mega menu.
    I could not find a way to do it.
    Is it available?
Viewing 1 replies (of 1 total)
  • Hello @webcart ,
    Thanks for reaching out to us!

    I understand what you are looking for. We haven’t added any control to add a Vertical Scrollbar inside the Megamenu. But, it can be achieved by adding some custom CSS code. Please copy the CSS code below and paste it to the Appearance > Customize > Additional CSS section.

    .elementskit-navbar-nav-default .elementskit-megamenu-panel {
        max-height: 500px !important;
        overflow-y: scroll !important;
    }

    I hope it will help. If not, then kindly share the link to your site. I will check and let you know another solution ASAP!

    Looking forward to your response and we are always here to assist you.

    Best Regards,
    Prosenjit

Viewing 1 replies (of 1 total)
  • The topic ‘Desktop scroll’ is closed to new replies.