Site logo

Archived topic

Site header logo is stretched and won't resize

3 replies · Started by Robert on February 3, 2023

Viewing posts 1–4 of 4

I added a logo to the site header, but it will not size correctly. I browsed other topics in this forum and tried manually resizing the image dimension. However, this also did not work. How can I fix this?

Hi there,

where can i see the logo ? The URl provided is showing the Site Title.

Here is the staging site with the logo.

You are using an image optimizing plugin which changed the structure of the logo image, so the theme style can not apply properly.

Try adding this CSS:

.header-image.is-logo-image {
    display: inline-block;
}

Let me know if this helps!

This archived topic is closed to new replies.