Home>Support>Resize Logoc

Resize Logoc

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 a problem with the logo, how do I set a resize responsive?

Thank You,
Gabriele

URL: http://centrosubmarlin.it

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, 4 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