CSS changes for Menu
-
I want to divide the menu in to 2 lines so that one line will only contains 2-3 menu item, and second line will contains rest of the menu items.
Expectation is uploaded @ https://cldup.com/AIYbRPLRjv.png
Please assist.
The blog I need help with is: (visible only to logged in users)
-
Hi there, about the only thing we can do toward this is to limit the maximum width of the navigation section, and this seems to be about the narrowest we can go without things going to three lines. See if that will work for you.
.main-navigation { max-width: 600px; }
- The topic ‘CSS changes for Menu’ is closed to new replies.