Vantage Premium Header graphic
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
1Hi 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.