Home Forums WoodMart support forum Megamenu too high in height responsive problem

Megamenu too high in height responsive problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #401403

    webiaprod
    Participant

    Hello,

    We have a megamenu with a lot of categories, but the problem is that it is too big and it cuts off depending on the screen. Do you have a solution for this?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #401472

    Luke Nielsen
    Keymaster

    Hello,

    I suggest you to add the scroll to the dropdown by using the custom CSS code. Enter it into the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .wd-dropdown-menu > .container {
        max-height: 500px;
        overflow-y: scroll;
        max-width: 100%;
    }

    https://gyazo.com/46ce15d123227bbcde3ba73d9a039ab5

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)