Vantage Theme layout bound box vs full width
Hi!
I am using Vantage and I have the layout bound set to boxed, which works great for all my pages expect my home page. I need the home page to be full width, but just the home page. How can I make this happen?
Thanks,
Doyle
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Doyle
Thanks for the wait. Try adding the following snippet to AppearanceCustom CSS. Just copy, paste and then save at AppearanceCustom CSS:
.full-container { margin: 0 auto; max-width: 1080px; } body.responsive #page-wrapper { padding-top: 0; max-width: none; } #colophon { margin-bottom: 0; max-width: none; } #footer-widgets { 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.