Archived topic
Can't Change Logo Width On Site's Header
3 replies · Started by Jeffery on June 30, 2021
I'm having an issue changing the logo's width within customizer. The slider simply won't make it bigger or smaller. I've tried uploading small images to make it the size I want, but then it just looks pixelated. It's loading them way too big and I'm not sure how to fix it. I've seen similar issues on this support forum, but none of the solutions seemed to work.
Also, please accept my advanced apology... I'm not very technical and struggle with changing codes.
My site is: rethinknow.org
Hi there,
you have an Image Optimization plugin that is converting the Logo to a <picture> element which is why the Customizer option doesn't work. Instead you would need to add some CSS:
.site-header .header-image img {
width: 20px;
}
Adjust the 20px to suit your need
Worked perfectly! Thank you so much!
Glad to be of help