Home>Support>Issues with Masthead spacing

Issues with Masthead spacing

Hi

I wanted to move over my menu buttons from the left to the right.
I accomplished this by changing the margin-right for the logo (it was 15px). I have the logo in the masthead

header#masthead.masthead-logo-in-menu .logo {
float: left;
padding: 12px 0;
margin-right: 325px;
}

Which works great for the desktop version but it really messed up the appearance of the header in my responsive layouts.

Is there a way to accomplish this without screwing up the responsive layout?

Thanks!
Arieann

URL: http://kitables.us

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

    Hi Arieann

    Please try removing your Custom CSS for this section and trying the below instead:

    /* Vantage right align the main menu */
    
    .main-navigation ul {
    font-size: 0;
    text-align: right;
    }
    
    .main-navigation ul li {
    display: inline-block;
    float: none;
    font-size: 13px;
    }
    
    .main-navigation ul ul li { 
    text-align: left;
    }
    
  2. 9 years, 8 months ago Arieann DeFazio

    That worked great! Thank you

  3. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

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

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More