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.

Full Width header in Boxed mode

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

Hi, I found another thread here which shows you how to have a full witdh header having the rest of the content in boxed mode, but this code seems to work only in full width mode, it works great, the problem is, I also need to change the background and it seem I can only do this in boxed mode, so the code wont do the same in that mode, I suppose there had to be a way to style the header to be full width in boxed mode too , but I’m not really that good with responsive css that is if this affects that at all, on a side note if there is a way to change the brouground color in full width mode that would solve my problem too since the code i previously mentioned works ok in that mode

URL: http://infinileds.com.mx/sitio/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 25 days ago

    Hi Haziel

    Under Appearance > Customize > Page it’s possible to set a page background color in full width mode. However due to the structure of the full width layout, this background color will cover the entire area between the header and footer, including the content area.

    If you’re using boxed layout and want a full width header, try the following under Appearance > Custom CSS:

    /* Vantage Boxed Layout - 100% Width Header */
    body.responsive #page-wrapper {
    max-width: none;
    padding-top: 0;
    }
    header#masthead .full-container, #main-slider, #main, #colophon {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1080px;
    }
  2. Haziel Sarabia 11 years, 24 days ago

    Perfect, that’s exactly what I needed, thank you

  3. Andrew Misplon Staff 11 years, 24 days ago

    Super, glad that helped.

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