You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm splitting my navigation into two seperate divs. One at the top and one as a sidebar.
simple-navigation provides a :level setting to archive this functionality (docs)
Using the Bootstrap3 renderer, the second menu is hidden (display: none;) as it is rendered like a dropdown menu.
I'm splitting my navigation into two seperate divs. One at the top and one as a sidebar.
simple-navigation provides a
:level
setting to archive this functionality (docs)Using the Bootstrap3 renderer, the second menu is hidden (
display: none;
) as it is rendered like a dropdown menu.View:
= render_navigation expand_all: true, level: 2
Navigation settings:
Level 2 should be rendered like level 1, level 3 like level 2 and so on.
The text was updated successfully, but these errors were encountered: