Hi
Is it possible to increase the size of the product thumbnails? at default they are 120 x 120, I want them 110 x 146.
Changing the size in product settings doesn’t alter the size.
Thanks
Hi mixedmedia99!
Please go to WooCommerce > Settings > Products and adjust the sizes under “Product Image Sizes” then regenerate thumbnails using this plugin – http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit
Hi Yigit
I have done as you said, but thumbnail size not changing. I have attached link.
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div ul.product_list_widget li img {
width: auto;
padding: 0; }
Regards,
Yigit
Thanks a mill!
Works