Cart page not showing product thumbnail image in mobile

Hi There

My website cart page not showing product thumbnail image in mobile but its working fine in desktop and laptop.

Hi @leslierugby,

Thanks for reaching out.

Please add this CSS to Theme Options > CSS

@media ( max-width: 767px ) {
.woocommerce-cart  td.product-thumbnail {
    padding: 0px;
    min-width: 50px;
}
}

Cheers!

Thank you so much its working.

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.