-
gabriel1988r
hi how to make bigger this image in the cart?
-
Hi there,
Any chance you can link us to the page in question?
You can use the private information field.
Let me know 🙂
-
gabriel1988r
add product to cart and please check
-
Try this CSS:
.woocommerce-cart table.cart .product-thumbnail { padding: 0; }
Learn how to add CSS: https://docs.generatepress.com/article/adding-css/
-
gabriel1988r
Ok, its help but how make i bigger. check screen
-
That’s handled by WooCommerce so the theme doesn’t have any control over it.
You can try this CSS:
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img { width: 50px; }
For further customization, you might need to check with WooCommerce support team.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.