Home › Forums › WoodMart support forum › Logo in Header Getting Squished on Scroll › Reply To: Logo in Header Getting Squished on Scroll
March 15, 2023 at 6:23 pm
#451471
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-logo img {
width: auto;
object-fit: contain;
}
Kind Regards