CMS - Changing Picture orientation

Hey guys,

I am having “problems” with my CMS.
I want the product image to be on the right every second product, to bring in a bit variation.

Any idea how I can achieve that?

If you have an idea on how to optimize the website in general, please let me know, I am open to feedback!

Thanks in advance.

  • Sam

Here is my public share link: LINK

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

Hey @Siton_Systems,

the last one did the job perfectly!

Thanks for the great and specific answer.

1 Like