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.

Vantage Premium Header graphic

10 years ago · Last reply by Greg Priday 10 years ago

I have a client that has a large logo. It looks great on small screens, but on large computer screens it’s very large. Is there a way to limit how large the logo will be, or, a way to set the size for different size screens?

Tim

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Greg Priday Staff 10 years, 2 months ago

    Hi Tim

    One option here would be to use some custom CSS on the image to set its max-width attribute. So something like this:

    .logo img {
        max-width: 200px;
    }

    You’d just need to change the value to whatever works for you. You can use our CSS editor plugin to do this.

    Page: SiteOrigin CSS Editor

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