Forums
Forums / Fixing WordPress / Navbar twice the width
(@loopyl00)
14 years, 3 months ago
I’m using a Twenty Eleven child theme
no idea why, but my nav bar has pushed on of the items to a second line and is now twice the width – there is enough width to have it all on one line …. i guess if the widgets aren’t in the way
can anyone help please
thanks
http://www.websafeforkids.com
(@alchymyth)
the space is the space reserved for the sidebar;
edit style.css of your child theme, and, for instance, add at the end:
#branding .only-search + #access div { padding-right: 3%; }
– or find and edit this section:
#branding .only-search + #access div { padding-right: 205px; }
perfect
thank you so much
The topic ‘Navbar twice the width’ is closed to new replies.