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.

Appearance > Theme Settings > Layout –> Ful Width Not working

Resolved 6 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi,

I would like to set my site as a full width page, but it only seems to change my background color around the boxed version, instead of spreading all the content over the width of the screen.

Is there a solution for this?

I already tried this in my Custom CSS:
/* Vantage Full Width Layout – Adjust Site Width */

body.responsive.layout-full #page-wrapper .full-container {
max-width: 1366px;
}

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Mitch Lases 11 years, 1 month ago
  2. Andrew Misplon Staff 11 years, 1 month ago

    Hi Mitch

    Once you’ve set your layout bound to full width, try the following under Appearance > Custom CSS:

    body.responsive.layout-full #page-wrapper header#masthead .full-container {
    max-width: 100%;
    }
  3. Mitch Lases 11 years, 1 month ago

    It’s still not working..

    /* Vantage Full Width Layout – Adjust Site Width */

    body.responsive.layout-full #page-wrapper header#masthead .full-container {
    max-width: 100%;
    }

    Could there be another reason why it isnt working?

  4. Andrew Misplon Staff 11 years, 1 month ago

    Looks like you didn’t have responsive layout on. The CSS snippet was assuming you did. Give this a try rather:

    /* Vantage Full Width Layout - Adjust Site Width */
     .full-container {
    max-width: 100% !important;
    }

    Adjust the 100% figure as required. Can make it a px value too.

  5. Mitch Lases 11 years, 1 month ago

    Perfect, thanks a lot!

  6. Andrew Misplon Staff 11 years, 1 month ago

    For sure :)

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