Hey,
This would happend becuase you images are all different sizes you can fix with this css:
Just add in the theme options > advanced settings. Custom css box.
.kad-woo-image-size {
display: table-cell;
height: 200px;
text-align: center;
vertical-align: middle;
}
.product_item a.product_img_link {
height: 200px;
display: table;
width: 100%
}
.product_item .product_details a.product_img_link {
height: auto;
display: block;
}
.kad-woo-image-size img {
max-height: 200px;
width: auto;
}
.product_item .product_details h5 {
min-height: 40px;
}
Kadence Themes