Home › Forums › Jevelin Theme › Reduce size of woocommerce product widget on homepage
Home › Forums › Jevelin Theme › Reduce size of woocommerce product widget on homepage
Hi Support, I wanted to ask if you could tell us how to make the image of the woocommerce product widget show smaller. Please see the screenshot attached.
Thank you,
German
Solution for this topic
Hi German,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .woocommerce ul.products li.product a img { width: auto; display: table; margin: 0 auto; }
Best regards,
Shufflehound team
Thank you, worked great!
You are most welcome here š