Home>Support>Resize Logoc
  1. 9 years, 7 months ago Greg Priday
    Hi, I Work Here

    Hi Gabriele

    This would require some custom CSS coding. We can point you in the right direction, but if you need more help you’d need to get hold of someone like http://codeable.io to have them help you.

    This CSS will resize your logo to a specific pixel size at a certain resolution. You’ll need to use a custom CSS editor plugin like this one to insert the code. https://wordpress.org/plugins/simple-custom-css/

    @media screen and (max-width: 480px) {
       #masthead .logo img {
          width: 100px;
          height: auto;
       }
    }
    
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