Community forum for knowledge and support

Updated 3 weeks ago

Flipping image and text collection items in cms collections

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)

Á
M
4 comments

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; 
}

@Ádám Simon yep this was going to be my suggestion - little custom CSS.

Worked like charm. I'll start to put together a notion for these goodies.

Add a reply
Sign up and join the conversation on Slack