Hi There,
I’ve created this website: https://www.koopmandesign.nl/
Under the second menu-item (Binnenkijken bij…) there are a lot (23) of submenu items.
On small screens (I checked it on a 13 inch macbook) not all the submenu items are visible.
I can’t scroll through them.
Do you have a solution for this?
Best Regards, Jeroen
Hey schoenj,
Add this to quick css:
.sub-menu {
max-height: 450px;
overflow: auto;
}
Best regards,
Jordan Shannon