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.

Make Menu Bar and Header Logo go 100% wide

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread