Añade este código CSS en /themes/storezia2/assets/css/custom.css:
@media (min-width: 1600px) { .wb-product-grid .item-product.col-xl-3:nth-child(4n + 1) { clear: both; } } @media (min-width: 1200px) { .wb-product-grid .item-product.col-lg-4:nth-child(3n + 1) { clear: both; } } @media (min-width: 992px) { .wb-product-grid .item-product.col-md-4:nth-child(3n + 1) { clear: both; } } @media (min-width: 768px) { .wb-product-grid .item-product.col-sm-6:nth-child(2n + 1) { clear: both; } }