Once a query loop has been set up for Woocommerce products, the image of the first product is larger than the others in each row of the grid.
If I change the display order from “date” to “title”, the product that was in first place is now in second place, and this results in a larger image than the others.
Unfortunately, I cannot reproduce the problem. Does it happen only in the builder, or on the front end, too? If on the front end, please provide a live link, as I assume it’s most likely because of your setup/images.
Thanks for the login details. The problem was that the title of the first product contains a rather long string (the number at the end) that does not “break” automatically. I added word-break: break-word to allow the title to be split if necessary.