NO BUG: Woocommerce products query loop image biggest than others

Browser: All
OS: All
URL: in maintenance

Hi,

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.

Thanks,
Daniele

Hi Daniele,
Thanks so much for your report!

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.

Best regards,
timmse

Thanks timmse for your reply.

At the moment the site is under maintenance.

I can create an user for you.

Where can I send the informations?

Daniele

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.

CleanShot 2025-11-10 at 14.22.34@2x

%root% {
  word-break: break-word;
}
1 Like

Sometimes we look for complicated solutions to simple problems.
Many thanks, timmse