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.

Align logo with menu

10 years ago · Last reply by Daniel 10 years ago

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!

URL: http://www.muutospolku.fi/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Daniel Staff 10 years, 11 months ago

    Hi 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

  2. Arto 10 years, 11 months ago

    Hi,

    This is working now perfectly, thanks for your advice!

    arto

  3. Daniel Staff 10 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread