Viewing 3 replies - 1 through 3 (of 3 total)
  • Those classes don’t show up in the inspector as having any styles.

    Try this custom css:

    table.shop_table td.product-thumbnail img {
      width: auto !important;
    }
    Thread Starter dinigi

    (@dinigi)

    @lorro thank you for the reply!

    Solved by adding custom css:

    .woocommerce-cart table.shop_table tbody .product-thumbnail img {
        height: auto;
    }
    tmora

    (@tmora)

    Hi, I have a similar problem with the product image in the cart. After the update, image thumbnail is so big.

    Screenshot:

    View post on imgur.com

    I appreciate any help.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product images in cart distorted’ is closed to new replies.