Archived topic
SVG for Site logo sizing question
1 reply · Started by Josh on December 6, 2017
Viewing posts 1–2 of 2
Hello! I've uploaded my logo as a SVG using the instructions in the Generate Press docs.
I've sized the logo using this:
.site-logo img {
width: 70%;
}
In chrome, it looks like this, which is what I want:

But in Safari, it looks like this, which is way too big:

How do I ensure that the size I'm seeing in Chrome will translate properly?
Hi there,
Can you try setting a specific px instead of using percentage?
This archived topic is closed to new replies.