Tagged: Cart, thumbnails, woocommerce
Hi,
Is there a way to increase the thumbnail size on the Cart page?
I have added the following to the custom.css to give them more space in the cart-items table:
.product-thumbnail { height: 120px!important;
width: 120px!important;
padding: 0px;}
I also increased the thumbnail size & regenerated the thumbs, but they stay the same size as before (very small).
Hey BelIblis!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce-cart table.cart img { width: 70px; height: auto; }
Best regards,
Yigit
Thanks, Yiligit!
Works great. For other people reading this: I kept the code from my initial question and then added Yigit’s code. This makes the column with the thumbnail images look a bit nicer, and the thumbnails are centered in the column.