Hi! I’ve searched through the forums to try and find how to fix this, but ultimatley I need to;
- Reduce the size of the thumbnail on web/computer
- Make sure it’s not tiny to view on mobile
- and add product titles to products on a mobile cart (they show on a computer fine)
I have found this code, but it conflicts with another code I’m trying to use to show titles (that I found on another post)
@media only screen and (max-width: 979px) {
.woocommerce .cart.shop_table .product-thumbnail img, .woocommerce-page .cart.shop_table .product-thumbnail img {
_ width: 50%;_
}
}
with this:
@media (max-width: 979px){
.woocommerce .cart.shop_table .product-name, .woocommerce-page .cart.shop_table .product-name {
_ display: block;_
}
}
For the moment I’ve just disregarded them both