Home>Support>Vantage Theme layout bound box vs full width

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    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;
    }
    
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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More