Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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;
}
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?
Is anyone about to take a look?
Thanks
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.