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’t center the menu bar site logo

9 years ago · Last reply by Alex S 9 years ago

Hi I can’t get the site logo which is in the menu bar the center or menu bar, it always sites at the bottom of the bar. I have tried adding a space at the bottom of the image to manually push it up but all it does is make the image smaller.

I have been able to achieve this on my other multisite websites using this theme but not this one.

Below is the custom CSS I am using to format the site

The site address is www.thegameofdog.com

Can I ask you to take a look and tell me what I am doing wrong please

Thanks

ins {
    background-color: #fcfcfc !important;
}
/* Main Slider */
#main-slider {
margin-bottom: -55px;
}
/* Vantage logo in menu padding */
#masthead.masthead-logo-in-menu .logo {
  padding: 0px 0 0px 0;
}
/* Vantage Remove Logo in Menu img constraint */
header#masthead.masthead-logo-in-menu .logo > img {
max-height: 52px;
}
.share-buttons .linkedin.network {
    display: none;
}

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. londonnet 9 years, 11 months ago

    I think there is padding above the logo but I though I was controlling this with current CSS as I do on other sites. Is my CSS right?

  2. londonnet 9 years, 11 months ago

    Is anyone about to take a look?

    Thanks

  3. Alex S Staff 9 years, 11 months ago

    Hi Londonnet,

    You can fix/change this with some custom CSS. If you navigate to Wp AdminAppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .logo {
    	padding-top: 4px !important;
    }

    Please note that you can disable the logo height constraint via theme setting. WP AdminAppearanceTheme Settings and then untick Constrain Logo Height.

    By the way, as you’re a Vantage Premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread.

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