Okay
  Public Ticket #1595498
Product Image Size
Closed

Comments

  •  1
    Konstantina started the conversation

    Hi

    Could you please assist me with this:

    I want all photo sizes on catalogue to look the same. I did tried to change it as suggested on previous ticket product thumbnail size. but still products don't look the same size.

    Much appreciated

    Tina


    https://www.speira.co.uk/product-category/necklaces/

  • [deleted] replied

    Hi Tina,

    I have checked if all images have the same size and the height is properly set for all product images equally:


    (view large version)

    If you also want the end of product container to match the height:


    (view large version)

    Add this CSS:

    .woocommerce .products .type-product .product-wrapper {
    height: 100%;
    }

    and they will be inline:


    (view large version)

    I hope this helps you to solve the issue.