Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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
Hi 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; }