WooCommerce Basket: Product Text Blank for Mobile but ok on Desktop

Hello Guys

I am in a tricky situation, i was setting up a shop for a client, but in the testing phases, i noticed that whenever i add a product on mobile, when i go into the basket, you cannot see the product but you can see the price. I have been looking everywhere for a solution… could you please help?

Thank you so much
Sayyam

Hello Sayyam,

Thanks for writing in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media (max-width: 767px){
    .woocommerce .cart.shop_table .product-name,
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }    
}

Hope this helps. Please let us know how it goes.

1 Like

Brilliant! Thank you so much, works perfectly!

You’re most welcome!

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