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.

Can Vantage Premium or other theme look like my site

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

I want to create a website where the logo is flush left and the navigation is flush right on the same line, like this site http://lciweb.com

Is that possible with any SiteOrigin themes? I already own Vantage premium and would prefer to use it if it can work that way.

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

Need fast email support? Get SiteOrigin Premium

Replies

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

    Hi Buck

    In Vantage, if you have Appearance > Theme Settings > Layout > Masthead Layout set to Logo in Menu, then the following at Appearance > Custom CSS will give you a full width menu:

    /* Menu */
    #masthead .site-navigation .full-container {
      max-width: 100% !important;
    }

    Hope that helps.

  2. Buck Lawrimore 10 years, 4 months ago

    Thank you Andrew. Let me ask a related question. If the full live page size is 1080 pixels, as it seems to be, what are the left and right margins for the masthead when it is boxed? Or what should the width of the masthead be to allow for those margins?

  3. Andrew Misplon Staff 10 years, 4 months ago

    You can use a 1080px full width logo in boxed mode. To do that, use the following inserted at Appearance > Custom CSS:

    /* Vantage Boxed With 100% Width Header */
    body.responsive.layout-boxed #page-wrapper header#masthead .full-container {
    margin: 0 auto;
    max-width: 1080px !important;
    }
    body.responsive #page-wrapper {
    max-width: 100%;
    padding-top: 0;
    }
    #main-slider {
    margin: 0 auto;  
    max-width: 1080px;
    }
    #main { 
    margin: 0 auto;  
    max-width: 1080px;
    }
    #colophon {
    margin: 0 auto;  
    max-width: 1080px;
    }
  4. Buck Lawrimore 10 years, 4 months ago

    Thanks very much!

  5. Andrew Misplon Staff 10 years, 4 months ago

    For sure :)

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