Okay
  Public Ticket #398510
Cart Product Thumbnail Skewed
Closed

Comments

  • Mike started the conversation

    Hey folks,

    On our IronBullBBQ.com website, we use tall images so we can show our entire bottle.

    Unfortunately, when an item is added to the cart, the thumbnail image is squished down vertically pretty badly, and it looks distorted.

    Is there a way to display the images square thumbnail in the cart instead of the resized product image?

    Here is an example screenshot:

    https://www.dropbox.com/s/syhyo3rf7yirzwq/product-thumbnails-in-salient-woocommerce-shopping-cart.jpg?dl=0

    Can you help?

  •  8,849
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
        width: 90px!important;
        height: auto !important;
    }

    Thanks



    ThemeNectar Support Team