Stacking elements only on mobile version

I have 3 images lined up from left to right but I placed them vertically on top of eachother on mobile.

I want to stack them only on mobile but when I stack it on mobile they get stacked on the Tablet and Desktop versions as well and mess up the placement of the images.

Is there another way to do this so that it only gets stacked on mobile?

Thanks for the help!

@henrytepperman , a stack is a structural element that applies across all breakpoints, so it’s not going to work for you.

Could you use a grid instead? Then you can use a 3 column x 1 row on desktop and tablet and a 1 column x 3 row on mobile.

1 Like

Yes that works. Thank you!