The top two images in the top row are not cropping. Nut other images are???
https://www.artfibredesign.com/shop/
How can I fix this. Is there a problem with the image sizes of the ones that are not cropping
The top two images in the top row are not cropping. Nut other images are???
https://www.artfibredesign.com/shop/
How can I fix this. Is there a problem with the image sizes of the ones that are not cropping
Hello There,
Thanks for writing in!
The shop page displays the blown out image because the image width is smaller than the column width. To prevent that from happening, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.woocommerce li.product .entry-featured img {
min-width: 50%;
}
.woocommerce li.product .entry-featured {
text-align: center;
}
Please let us know if this works out for you.
Excellent. Worked perfectly!
Glad that we could be of a help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.