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.

Remove spacing under logo in masthead for mobile view!

Open 1 reply generalpremium
10 years ago · Last reply by Magus 10 years ago

Hi,

I have the premium version of vantage…

I have been trying to figure out how to removing the spacing below the logo when it goes into mobile view. Also I wanted to have the logo shrink a bit when it reaches the mobile view so it doesn’t take up half the page. I have been trying to add custom css codes to make this work but I can’t quite figure this out on my own… Help!!

URL: http://campbell-carter-art.com

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Magus Staff 10 years, 9 months ago

    Hi Dominique Snyder

    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:480px){
    #masthead .hgroup .logo img {
        height: 90px;
        width: auto;
    }
    #main {
        padding-top: 10px !important;
    }
    }

    Let us know how you get on

    Magus

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