Ability to conditionally modify Container layout

Under the Conditional tab there’s the ability to modify Container alignment.
Is there an ability to modify Container layout yet?

This might be able to remove the need for unnecessary parent groups and help Bubble responsiveness.


image

6 Likes

No there isn’t. I believe breakpoints are on the way, though, and that will certainly be a boon. No timeline, however.

2 Likes

I was just looking for this myself, mainy to take objects from a row layout to a column layout when the page gets narrow enough, but still allowing objects to get as narrow enough themselves.

Simple trick, add a conditional statement that once the page width get less than X, make the object’s min width 100%

Voila.

3 Likes