Hi,
I’ve set a nav menu widget in footer-1 sidebar and it shows menu item vertically thanks to flex-column class on ul.
How can I change it for showing menu items horizontally on desktop and vertically on mobile?
Thank you!
m.
With regard to your question, you could use -lg or -md for the menu. As default the list will be flex-row and on the desktop you add flex-lg-column or flex-md-column which will be disabled on mobile and return to the default class which is flex-row. You could also check the Bootstrap documentation for this https://getbootstrap.com/docs/4.0/utilities/flex/#enable-flex-behaviors.
Regards,
Afterimage Designs
Viewing 1 replies (of 1 total)
The topic ‘Footer menu horizontal’ is closed to new replies.