Forums
Forums / Fixing WordPress / Menu width
(@bevilleliam)
7 years, 10 months ago
Hi.
I searched the forums for an answer to adding the exact code of css to make my menu extend to full width and not drop to a second line.
I tried several codes found on forums but none worked.
I would be grateful if someone could post the css code to add to “additional css” in customisation to extend my nav menu
Also I wish to increase font size
The page I need help with: [log in to see the link]
(@sterndata)
Volunteer Forum Moderator
#masthead .wrap { position: relative; width: 100%; max-width: initial; font-size:120%; }
To add CSS: use the “Additional CSS” option in the customizer. https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Thank you Steve. That worked.
How do I centre?
ul#top-menu { text-align: center; }
The topic ‘Menu width’ is closed to new replies.