Home>Support>Can Vantage Premium or other theme look like my site

Can Vantage Premium or other theme look like my site

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

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

    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. 8 years, 11 months ago Buck Lawrimore

    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. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 8 years, 11 months ago Buck Lawrimore

    Thanks very much!

  5. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More