Home>Support>Remove spacing under logo in masthead for mobile view!

Remove spacing under logo in masthead for mobile view!

By Dominique Snyder, 10 years ago. Last reply by Magus, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 1 month ago Magus
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More