Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #342790

    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.

    #343044

    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;
    }
    #344023

    Hi!

    Glad you figured it out and thank you for sharing your solution! :)

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar navigation folded’ is closed to new replies.