Hi can you adjust the padding round the logo when it is sat in the menu? I can see you can adjust the padding for the menu items but not for the menu itself
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
7Hi Londonnet
Thanks for reaching out. Please try the following at Appearance > Custom CSS:
/* Vantage logo in menu padding */ #masthead.masthead-logo-in-menu .logo { padding: 10px 0 10px 0; }Adjust as required. The values represent top, right, bottom, left.
Hope that helps.
Thanks for the reply. I moves the position of the logo but it doesn’t make it any bigger. I would like the logo to be flush with the top and bottom of the menu bar.
Thanks
To show your logo at its true size go to Appearance > Theme Settings > Logo and un-check the Constrain Logo Height setting.
OK that works. The logo is now massive but I guess all I have to do is re-size the image to the size I want it.
Looks good thanks
You can also use CSS to constrain the logo. Add the following to Appearance > Custom CSS:
/* Vantage Remove Logo in Menu img constraint */ header#masthead.masthead-logo-in-menu .logo > img { max-height: 35px; }Change 35px to your required constraint value.
Perfect. This does exactly what I want it to.
Many thanks
Super, glad to hear that did the trick :)
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.