Ich habe leider sehr viele Untermenüs. Aber die untersten werden garnicht angezeigt auf der normalen seite. Gibt es eine Möglichkeit es einzustellen. das auch die Submenüs Scrollbar werden ?
i have the same issue with the too large subemnu: http://prntscr.com/bm1gba if scrolling is not possible, do you know of an alternative solution which might work? Maybe the submenu font and size could be reduced so it fits more, is that possible? thank you and best, r
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: scroll;
}
Best regards,
Yigit
this is awesome! Looks neat! Thank you so much. All the best, R