Archived topic
Logo reverts back to standard size after I've customize its size.
1 reply · Started by kyle on January 14, 2021
Viewing posts 1–2 of 2
Hi everyone, I hope your new year is going well :)
In customize I change my logo size and all is good, however once I publish and reload the page the logo is back to it's original size.
What is the cause of this and how can I change it?
Hi there,
your cache/optimization plugins are changing the HTML of the images on the site, so to set the logo size will require some CSS:
.site-header .header-image img {
max-width: 280px;
}
This archived topic is closed to new replies.