Don't want new menu items to drop to a new line
-
How can I get my menu items to fill the width of the bar without dropping to a new line?
The blog I need help with is: (visible only to logged in users)
-
Please do not create a duplicate thread as this one will be moved to the CSS Forum for you.
-
My apologies, but please explain how this is a duplicate thread? There is a similar post in that forum, but it does not actually answer the question and it is closed so I cannot add my question to that thread. I asked the question in this forum as I was unsure if CSS was the only answer to my question.
-
I never said this was a duplicate thread. I asked you not to create another thread because I tagged this thread for Staff to move to the CSS Forum for you.
-
Do you mean the submenu items? If so, try this try adding this example to your Appearance > Customize > CSS editor:
.site-navigation ul ul, .site-navigation ul ul li { width: 210px; } .site-navigation ul ul a { width: 180px; }
- The topic ‘Don't want new menu items to drop to a new line’ is closed to new replies.