Woocommerce display issues on mobile

Hi,

Our site is storeitcold.com.

We are having issues in our mobile woocommerce cart. As you can see from the image, the quantity and prices are correct, however, we cannot see the line items. The product and its corresponding thumbnail is missing.

This issue is not present on desktop. How can we fix this?

Thanks!

Hi @Web_Services,

That is not a bug. It was hidden by default by woocommerce and the theme. See this: https://screencast-o-matic.com/watch/cYe1iixXQx

To add it back, you can add the following custom CSS on Theme Options > Global CSS

.woocommerce-page table.cart .product-thumbnail,
.woocommerce .cart.shop_table .product-name {
    display: block !important;
}

Hope this helps.

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