Mobile Layout issue with images

What I’m trying to do:
I want to build a better mobile experience on this basic form i made. Is there a way to make the images in this screenshot go into two columns to take up less space (less scrolling)

What I’ve tried and what’s not working:
Ive tried a bunch of CSS tricks and nothing seemed to work. Everything is in a column panel.

Clone link:

Set the wrap_on property of the column panel to never. That should take care of it

3 Likes