How can i stack a grid object for mobile?

Hi there, I am new to using grids. How can I stack it for mobile. I have played with flex and it doesn’t really do anything. Would really appreciate help.

Thank you!

Here is my read only


Here is my site Read-Only: [LINK]1
(how to share your site Read-Only link)

Hi again @DiegoChi hahaha. You can just click the grid icon the upper right corner and remove the second column and it will stack automatically :slight_smile: You’ll need to give the image div some height though otherwise it’ll just be 0 (100% height doesn’t work in that case)

You are amazing. Worked perfectly. Wish there was a way to swap collumns

1 Like

If you have only 2 columns, you can use a flexbox instead of grid. That way you can reverse the order if you wish.

1 Like