• Resolved slayzdmandem

    (@slayzdmandem)


    Hi,

    I would like to make the product images displayed on the EA product grid appear slightly smaller.

    Is there any way I can do this? I do not see an option for resizing product images.

    Also I believe there is a bug in one of the typography settings, The typgography changes for the Product Price do not reflect on the webpage.

    Many Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @slayzdmandem ,

    Hope you’re doing good.
    Generally if you increase the column of the product grid, This will automatically adjust your image size: https://d.pr/v/CDZApb

    If you still want to change the image size without changing/add this column, You can add this custom CSS in your stylesheet:

    .eael-product-grid ul.products li.product img {
        width: 80% !important;
    }
    
    .eael-product-grid .woocommerce ul.products li.product a img {
        margin: auto !important;
    }

    Change the value of 80% as per as your requirement.

    And I tested the typography setting of Product Price on my end. It seems perfect on my end. Have a look: https://d.pr/v/zf1WKY

    You can temporary change your theme and try once again. I believe your theme CSS is conflict with this.

    Let me know how it goes.
    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Product Grid Image Size’ is closed to new replies.