Home › Forums › WoodMart support forum › Page Not Scroll Header is some time missing and many little error › Reply To: Page Not Scroll Header is some time missing and many little error
December 20, 2021 at 7:30 am
#340586
Artem Temos
Keymaster
Hello,
It looks like the original image is very small. And our theme stretches the images to fit the container. We recommend you to reduce the image container width via Theme Settings -> Single product -> Images
Also, you can add the following CSS code to the Custom CSS area to not stretch the image
.product-images img {
width: auto;
}
Kind Regards