I would like to have all my thumbnails (boxes) aligned on the cateogry page of woommerce. This is linked to the size of the thumbnail, if I take another x by x thumbnail my problem goes away.
But as I will be uploading pictures, I cannot afford to adapt them everytime.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path. Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce.archive.tax-product_cat ul.products li .test {
min-height: 191px;
}
.woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
min-height: 94px;
}
.woocommerce.archive.tax-product_cat ul.products li.product .sh-woo-post-content-container a {
border: 0;
}