Tagged: enfold, woo commerce
One of sites uses Enfold / Woo Commerce with the Nested Category plugin. On the product category pages of the site, the images are being shown at a set size of 300px x 180px instead of using the width and scaling the height accordingly, which is distorting them. We can’t see a way to edit this to stop it happening.
We are using the woocommerce nested category plugin.
Hey Paul!
Send us a link to the page and we’ll take a look. You can set you reply as private if you wish.
Cheers!
Elliott
Hey Elliott, thanks for the response. Please see private links sent
Hi!
Remove this from your child theme CSS.
.tax-product_cat .thumbnail_container img {
height: 180px !important;
width: 300px !important;
}
Cheers!
Elliott