How can I make a multi-column rotate automatically with CSS?

Hey, I have just added a new multi-column with images and text. I would like it to rotate from left to right automatically. Is there any CSS I can use to implement?

1 Like

yes you can do it with css all you have to do write the code in your section css file

.main-class-name { display: flex; flex-direction: column-reverse;

or flex-direction: row-reverse;

in case of row reverse

hope so it will work

hy, @Aaron44brands

please send me page URL

https://eleven44.com/

This is the section I would like to rotate