Group container layout change on screen width

Hi Guys,

I am just trying to work out whether there is a way to change the container layout from Row to Column when the screen width drops below a certain pixel.

What I want have is a block of text next to an image on monitor, but on Mobile I want to to be stacked on top of each other. (1 main group as ROW then with 2 groups inside it, one with image one with text).

Any ideas?

Hi @mike1 I think we don’t have that option yet
But what i usually do is I will create 2 groups

  • 1 group with row layout & another with column layout
  • Display & hide groups conditionally

Maybe its not the best solution but it works.
Screenshot 2022-08-23 at 18.40.38

Yeah I was thinking of doing this work around. Thank you

1 Like