Home>Support>Full Width header in Boxed mode

Full Width header in Boxed mode

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

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

    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. 9 years, 8 months ago Haziel Sarabia

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

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

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More