Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WooCommerce Re: WooCommerce

#116033
liongabriel
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.