Is it possible to make only header full width?
Hi i am wondering is it possible in vantage theme to have Layout Bound “boxed”, but not the header so the header would be full width?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Ziga
Try something like this under Appearance > Custom CSS:
/* Vantage Boxed With 100% Width Header */ body.responsive.layout-boxed #page-wrapper header#masthead .full-container { margin: 0 auto; max-width: 1080px !important; } body.responsive #page-wrapper { max-width: 100%; } #main-slider { margin: 0 auto; max-width: 1080px; } #main { margin: 0 auto; max-width: 1080px; } #colophon { margin: 0 auto; max-width: 1080px; }Yes this is it thank you :D
Have a great day!
Super, glad that helped.
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.