Logo size expand
Hello Andrew,
“News from the fields” :)
I’m trying to make my logo look good. I’ve tried both variants: with Custom CSS changes (for bigger logo) and without it. I prefer better the last variant so the navi menu looks much better and there is no need to “conjure” with logo size…
Is it possible to expand my logo size till ALMOST the border of the navi menu?
http://joxi.ru/82QpVRPudVKEmd
Thanks in advance for your help.
Regards
Andy
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hey Andy
I think I’ve looked into this before, try:
/* Vantage logo in menu padding */ header#masthead.masthead-logo-in-menu .logo { padding: 0 0 0 0; }Those values represent top, right, bottom, left so you could say: 2px 3px 1px 5px; etc.
Let me know how that goes.
Hey Andrew,
Yeap, it works. Now i can move it =)
And is it possible to zoom a bit that logo in order to have more readable text?
Best regards
Andy
Sure, let’s try set a max-height:
/* Vantage Remove Logo in Menu img constraint */ header#masthead.masthead-logo-in-menu .logo > img { max-height: 80px; }Adjust that as required.
Hey Andrew,
Yeap, that did the trick. Just amazing!)))
Thank you very much!
Best regards
Andy
Awesome, glad we could help out there.
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.