Hi Guys
One of my header items has a number of drop down sub menus. I tried:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: scroll;
}
This works to add a scroll. The problem is it adds a large white area below all of the drop downs which are much shorter. I only need to one drop down menu to scroll. Is this possible?
Thanks
Dee
Hey Dee,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.main_menu .menu #menu-item-399 ul {
height: 500px;
overflow: hidden;
overflow-y: scroll;
}
Best regards,
Mike
Hi Mike
Thats amazing and works a charm! Thank you!!
Dee
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike