Why are my table photos not showing as the same size?

Hi,

I don’t know why the photos within the table are not consistent. They are all 480 x 355 pixels and all set to ‘Original’ size. The left columns are all a bit larger…

https://myozco-02.myshopify.com/collections/discover

PW: Myozco123456

Hii @leehew ,
Welcome to Shopify Community,
go to your theme.css file and paste this code on the top.

tr:first-child td, tr:first-child th {
    position: relative;
    width: 50% !important;
}

Thank You.

Thank you. It worked.

Welcome :slightly_smiling_face: