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
Warning! Vertical menus turn into a horizontal inline display! Due to Bootstrap5 flex property on UnorderedLists with class "nav". For instance all vertical menus in sidebars, bottom and footer positions.
Here is one way to solve it:
Go to Module Manager -> YourMenu module -> Advanced tab -> Menu Class Suffix
Enter " flex-column" as additional class value.
Remember to have a leading BLANK character.
This bootstrap utility class changes your flexbox display to a vertical direction!
Warning! Vertical menus turn into a horizontal inline display! Due to Bootstrap5 flex property on UnorderedLists with class "nav". For instance all vertical menus in sidebars, bottom and footer positions.
Here is one way to solve it:
Go to Module Manager -> YourMenu module -> Advanced tab -> Menu Class Suffix
Enter " flex-column" as additional class value.
Remember to have a leading BLANK character.
This bootstrap utility class changes your flexbox display to a vertical direction!
Hope this helps.
FYI – If you want to know more about other pre-defined Bootstrap5 classes:
https://getbootstrap.com/docs/5.1/utilities/
The text was updated successfully, but these errors were encountered: