Reduce size of woocommerce product widget on homepage

Home Forums Jevelin Theme Reduce size of woocommerce product widget on homepage

Home Forums Jevelin Theme Reduce size of woocommerce product widget on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • empowershop
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    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

    empowershop
    Participant

    Thank you, worked great!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)