Make Menu Bar and Header Logo go 100% wide
I’m looking for a way to make the Header Logo and Menu bar go the full width of the boxed area.
site is http://christianracing.com/wordpress/
I would like for the white space on the left and the right to be gone. I’ve tried several custom CSS but can’t seem to get it change this.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Ricky Thompson
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Vantage Boxed Layout - 100% Width Header */ body.responsive #page-wrapper { max-width: none; padding-top: 0; } header#masthead .full-container, #main-slider, #main, #colophon { box-sizing: border-box; margin: 0 auto; max-width: 1080px; }Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.