Hello,
WooCommerce Product Images are stretched on Mobile.
How to fix this?
Cheers,
Adam
Hello,
WooCommerce Product Images are stretched on Mobile.
How to fix this?
Cheers,
Adam
Hi Adam
Try the CSS below
.archive .woocommerce ul.products li.product a img {
height: auto;
}
Copy & Paste into Appearance -> Customize -> Additional CSS
Let us know if this works
Best Regards