CMS - Changing Picture orientation

For now “no way” by webflow to create uneven collections layouts.

Try this trick/idea:
https://www.w3schools.com/cssref/sel_nth-child.asp

nth-child webflow Related:

zigzag idea:

in your case, this code should work

.w-dyn-item(even) .card_product.fadein {
   flex-direction: row-reverse;
}

other Trick:

Anyway, add screenshot example for the layout you want. No way to give you specific answer like this.

1 Like