How to make group responsive to user's device

Hi everyone,

I have a group which I would like to fit exactly to the user’s device, however when I use the responsive engine columns of 100% (width & height) it drags the whole screen down to my repeating group last entry. I don’t want the group to be scrollable or have that blank space. Any suggestions?

Thanks :slight_smile:

@krazitoast the 100% is based on the parent not the page, check the page height, probably it is fixed px and higher than the user’s mobile screen you are testing.

1 Like

Hi, sure so the parent has a min width of 528px and a container layout ‘Align to parent’. When I try the 528px min width on the group I want to fill the user screen it cuts off the content and is not dynamic. Any suggestions? Thanks