• Resolved wilbro

    (@wilbro)


    Hi,

    How do I increase the size of the product image in the check out page? It looks so small. The size is only 30×30 pixels. I want to make it bigger.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello wilbro,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .woocommerce-cart table.cart img {
    
        width: 200px;   
        float: left;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter wilbro

    (@wilbro)

    Hi AddWeb,

    Your code works!

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase size of product image in checkout page’ is closed to new replies.