Align logo with menu
This has been discussed earlier in this forum but I didn’t find the solution…
I’m using Vantage premium version and I’d like to align logo with menu. When the screen gets smaller, the text goes under the logo (this is working with mobile phone, tablet screen size is problem).
Thanks for your help!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Arto
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
@media screen and (max-width: 1090px) and ( min-width: 480px) { header#masthead .hgroup .logo { display: block!important; float: left!important; max-width: 100%!important; position: absolute!important; padding-top:10px; top: -1px!important; } }Let me know the outcome
Cheers
Hi,
This is working now perfectly, thanks for your advice!
arto
Hi Arto
Perfect :-)
Always feel free to open a new thread whenever you require support
Cheers
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.