Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182007

    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).

    • This topic was modified 11 years ago by BelIblis.
    #182395

    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

    #182400

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cart Thumbnails’ is closed to new replies.