Megamenu too high in height responsive problem
-
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.
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