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.

Expanding masthead width

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

I was able to increase the fixed width of my homepage with the following code.

/* Vantage full width change main container width */
body.responsive.layout-full #page-wrapper #main .full-container {
max-width: 1600px !important;
}

Now I would like to get the masthead are the same width. With the logo farther left and the widget farther right.

Site is http://transgenderresources.com so you can see how it is now.

Great theme. I love it. thank you.

URL: http://transgenderresources.com

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, 3 months ago

    Hi

    Glad to hear Vantage is working out.

    You might consider replacing your Custom CSS with the following. It should cover the whole site and not just the central content area:

    /* Vantage Full Width Layout - Responsive On - Site Width Control */
    body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    }
  2. TransgenderResources 11 years, 3 months ago

    That did it. Thank you for the amazing support, took less than 5 minutes to get an answer.

  3. Andrew Misplon Staff 11 years, 3 months ago

    Super, really 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