Making menu fit on one line – Edin Theme
-
I’m very new to working with CSS, so please forgive what is probably a silly question.
I probably have too many topics in my Primary Menu, but must keep all the categories as is. What would be the coding or fix for narrowing the space between items or reducing font size in an effort to keep the menu to one line?? http://www.charlestonmenschorus.org
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try the following:
.primary-navigation .menu-primary { margin-right: 10px; margin-left: 10px; width: 100%; font-size: 14px; }This widens the menu area and decreases the font. How does that look?
-
- The topic ‘Making menu fit on one line – Edin Theme’ is closed to new replies.