Home › Forums › CSS › WooCommerce › Re: WooCommerce
November 30, 2012 at 6:53 am
#116033
Member
I’m using a WP custom theme with woocommerce and I’m having a similar sizing issue, and blurring…
I did all the things you said, but it didn’t change anything for me… so I went into the woocommerce.css file:
plugins/woocommerce/assets/css/woocommerce.css
and changed the width to 50%:
.related ul.products li.product img,.related ul li.product img,.upsells.products ul.products li.product img,.upsells.products ul li.product img{width:50%;height:auto}
working good now :) hope this is helpful.