Hello
My problem: I would like to reverse column order on every even collection list item. To swap div with IMG, with div with text. Something like this:
<style>
.componets_prieview:nth-child(even){
display: flex;
flex-direction: row-reverse;
}
</style>
Please, could someone explain to me why this custom code is not working, or find the solution for my ‘problem’. Many thanks.
Here is my site Read-Only: [LINK][1]