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.

Vantage Premium – Logo in Menu items not aligned

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

Hello,
Please take a look at chiefs schedule.com – I need the menu to be in line with the center of the logo, however, it appears to be stuck aligning at the top. Adjusting menu padding has not worked and just expands the entire menu area as opposed to moving just the menu items down. For reference, you can look to kubasketballschedule.com for how I want it to be. It worked correctly for me there.
Thank you!

URL: http://chiefsschedule.com

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. DiXie 10 years, 4 months ago

    I found some very helpful code to solve this issue on this thread:
    Thread: Header Menu Text Vertical Alignment

    Basically the code you are looking for is the following. Go to Appearance -> Custom CSS and enter it there.

    To move the menu text down in alignment with the logo:

    .menu {
    padding-top: 25px;
    }

    Adjust the amount of pixels as needed.

    To remove or adjust the amount of padding for the logo itself:

    header#masthead.masthead-logo-in-menu .logo {
    padding-top: 0px !important;
    }

    This code will place the logo as close to the top of the screen as possible.
    Hope that helps!

  2. Robbie Lynn 10 years, 4 months ago

    This worked great. Thank you!

    >

  3. Andrew Misplon Staff 10 years, 4 months ago

    Hi Robbie

    Really glad to hear you’ve made progress.

    DiXie, thanks so much for helping out.

    All the best.

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