Product Images are stretched on Mobile
March 20, 2023 at 12:10 am
Hello,
WooCommerce Product Images are stretched on Mobile.
How to fix this?
Cheers,
Adam
Replies (1)
-
March 20, 2023 at 12:10 am
Hello,
WooCommerce Product Images are stretched on Mobile.
How to fix this?
Cheers,
Adam
-
March 20, 2023 at 6:18 am
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