Home>Support>Align logo with menu

Align logo with menu

By Arto, 9 years ago. Last reply by Daniel, 9 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    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. 9 years, 6 months ago Arto

    Hi,

    This is working now perfectly, thanks for your advice!

    arto

  3. 9 years, 6 months ago Daniel
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More