Change direction of wraps/items?

Hi,

How can I change the direction of the items in a section with BeBuilder.

I mean, on mobile, the first object should be the last one, and the last one should be the first one.

I am quite sure, that I´ve already seen this functionality.


This would be it, defined with CSS:

display: flex;

flex-direction: column-reverse;


Thx - Markus

Comments

Sign In or Register to comment.