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.

Issues with Masthead spacing

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

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 1 month ago

    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. Arieann DeFazio 11 years, 1 month ago

    That worked great! Thank you

  3. Andrew Misplon Staff 11 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread