Setting an image size in CSS (Ella Theme)

Setting an image size in CSS (Ella Theme)

AndreNL
Shopify Partner
37 1 5

AndreNL_0-1718720306702.png

https://kosterstaphorst.nl

 

How do I make it so my images are as a set size via CSS?

I tried this before but the images overlap into each other.

 

.card-product {
  height: 50px;
}

 

 

Reply 1 (1)

AndreNL
Shopify Partner
37 1 5

Already fixed it myself!

 

.card-product {
  width: 160px;
}