Container layout: row it's not working as it should

I’m testing responsive tool and see what happen when I use container layout row option in a group container with its child elements (this are the container setup with height inf as it’s needed):

And this is the setup for the button (child element):

As you can see, when I reduce the screen width the child elements don’t behave in a responsive way, but it’s like the screen just CUT them…

The same happened with the group you can see above (the three red columns).

Any help?

You have the container element set to ‘fixed width’, which basically means it’s not responsive - it will just just stay the same width no mater what the screen size.

To make it responsive uncheck the ‘fixed width’ box and give it a min and max width.

Same thing with the buttons.

This topic was automatically closed after 70 days. New replies are no longer allowed.