Hey,
That page you linked to is using the default archive/category layout, which can be set in the theme options (default is masonry). We don’t have anything grid-like for that layout, but you can try having all your product images in square format and add some custom CSS like this:
.archive.woocommerce li.product img {
max-height: 270px;
}
That would set a maximum height on the product images for a woocommerce products page; it’ll look ok with square images, you can adjust that 270px as needed.
Regards,
————————————————————————————————————
Cosmin
Support Assistant