Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.0.x] Upgrade from 2.5.x might change vertical menus into a horizontal line display #110

Open
pepperstreet opened this issue Jan 3, 2022 · 0 comments

Comments

@pepperstreet
Copy link

pepperstreet commented Jan 3, 2022

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant