Home>Support>Make Menu Bar and Header Logo go 100% wide

Make Menu Bar and Header Logo go 100% wide

I’m looking for a way to make the Header Logo and Menu bar go the full width of the boxed area.

site is http://christianracing.com/wordpress/

I would like for the white space on the left and the right to be gone. I’ve tried several custom CSS but can’t seem to get it change this.

URL: http://christianracing.com/wordpress/

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, 10 days ago Andrew Misplon
    Hi, I Work Here

    Hi Ricky Thompson

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* 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;
    }
    
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