Archived topic
Internet explorer woocommerce image problems
4 replies · Started by David on July 24, 2018
Hello
My woocommerce images have width set to auto on category view...
But when viewing on explorer the images aren't staying within the box.
Any ideas on how to solve this?
Thanks
Dave
Hi there,
Are you using the settings in Customizer > WooCommerce > Product Images?
If so that's actually from WooCommerce itself and not GP.
I would recommend bring it up to their support.
Let us know what they say :)
I've added this to css...
.woocommerce ul.products li.product a img {
width: auto !important;
height: 150px;
margin: 0 0 0.1em;
}
works fine in chrome, safari etc but not explorer.
Awesome!
Glad you figured out :)