Hello @digitalinnovations,
Thanks for writing in! Due to smaller screen, there isn’t enough space to display those information which is why it becomes hidden. To display it back again, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
@media(max-width: 768px){
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce .cart.shop_table .product-name {
display: block !important;
}
}
We would love to know if this has worked for you. Thank you.