- This topic has 3 replies, 2 voices, and was last updated 7 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Free Themes › Easy Commerce › Modify product images size
I’m currently using Easy Commerce (Free). Can I modify the size of products images? I would like to smaller images in category.
Hello @peet1211,
The Woocommerce has already provided the option to manage the image size in category page .
For this you simply need to go Admin Panel > WooCommerce > Settings > Products > Display > Product Images and manage the image size .
Hope this helps.
If you have any confusion further please let us know .
Best Regards!!
But the frame size of images in category page not changed.
Hello @peet1211,
To reduce the width of the product use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: auto;
clear:none;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
margin: 0 1.8% 15px 0;
}
Hope this helps.
Best Regards!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



