Anyone else who would like a vertical responsive menu please vote.
Anyone else who would like a vertical responsive menu please vote.
Anyone else who would like a vertical responsive menu please vote.
Anyone else who would like a vertical responsive menu please vote.The vertical menu being responsive would be nice for using different menus on different pages. I currently have different menus for different pages on my site, and I can't use the horizontal navigation as it only allows you to set one per location.
The vertical menu being responsive would be nice for using different menus on different pages. I currently have different menus for different pages on my site, and I can't use the horizontal navigation as it only allows you to set one per location.Did a quick test on a HTML5 theme and it worked pretty good. Thanks
Did a quick test on a HTML5 theme and it worked pretty good. ThanksYou will probably need to go More styles, Bullet list, Ordered list and give 100% width there, manipulate margin and paddings there.
Point is to give "li" whole width, and it is all needed. Rest you style after your taste and need.
Dont use Vertical Menu. Put there instead Horizontal Menu, all menu items 100% width, min-widht too, display: block and rest of styling to make it look like vertical menu. No need for single line of custom CSS code.
I have one working like this and works 100% perfectly.
You can make some container outside of sidebar for horizontal menu insert. In case you need to show left sidebar under content in smartphones / tablets.
Dont use Vertical Menu. Put there instead Horizontal Menu, all menu items 100% width, min-widht too, display: block and rest of styling to make it look like vertical menu. No need for single line of custom CSS code. I have one working like this and works 100% perfectly. You can make some container outside of sidebar for horizontal menu insert. In case you need to show left sidebar under content in smartphones / tablets.