Okay
  Public Ticket #949362
shopping cart images
Closed

Comments

  •  1
    Emiliano started the conversation

    When you add a product to the shopping cart, the product image is getting squashed. How do I fix this?

  •  8,996
    Tahir replied

    Hey Emiliano,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer .widget_shopping_cart .cart_list a img {
        width: auto !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Emiliano replied

    That didn't fix it, the images still looked squashed, in the cart hoodcases.com


  •  8,996
    Tahir replied

    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{
        height:auto !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Emiliano replied

    Hmm they still looked squashed (screenshot attached) Do I need to re-generate thumbnails?



  •  8,996
    Tahir replied

    Hey Again,

    The css seems to work when added to the browser. Please check your custom css box and make sure there is no red cross in there .

    Thanks 


    ThemeNectar Support Team