I understand the odd and even logic with cms collections however I'm a bit confused how to flip image + text collection items by every second element. I think there was a one click solution for flexbox to just flip the order but I can't find it on the new UI and can't do the same effect with first and last settings. Because when I edit the css properties of odd or even—I can do that directly on the collection list item.
This is a blog listing
(Sorry I needed to cover some parts of the text and image)
Funny but always when I finally decide to ask a question I figure it out in the next 30 minutes 😄
I used a custom code, attached the structure I have in the image
.customer-article-list .w-dyn-item:nth-child(odd) .customer-article_content { flex-direction: row-reverse; }