• Resolved mateo21530

    (@mateo21530)


    Helloo,

    Please is there a way in product list widget to set up same height for all images/cards in product list since my images of products are different heights, I would like the products be even in height.

    Thank you for any help and suggestions!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi mateo21530,

    Thanks for reaching out to us.

    Right now, there is no control to set the product image height. You should create the product images with the same width and height prior to uploading them to show the product on the shop page decently. But you can also set the height for all product images of the product list widget with CSS. Please add below CSS code to Appearence > Customize > Additional CSS

    .shopengine-product-list .product-thumb img {
        height: 159px !important; //please use your own height
    }

    Let us know if you need further assistance.

    Regards,

    Amir

    Thread Starter mateo21530

    (@mateo21530)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change height of the product list images’ is closed to new replies.