Dear support,
Currently I’ve placed a navigation block on a widget shown on the reservation page. But this becomes like a long list, is there any option to get a folded list? Which can be enfoled per menu item like the main menu? I’m using the main menu for the navigation widget.
Hope to hear you soon.
Anyone who is interested in the solution look at the code below:
.widget_nav_menu li.menu-item ul.sub-menu {
display: none;
}
.widget_nav_menu li.current-menu-item ul.sub-menu ,
.widget_nav_menu li.current-menu-ancestor ul.sub-menu {
display: inherit;
}