This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage Theme layout bound box vs full width

10 years ago · Last reply by Andrew Misplon 10 years ago

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

1
  1. Andrew Misplon Staff 10 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread