As the title say i want to know how i can make columns appear stacked on mobile instead of side by side. My current solution is to just hide the images on mobile devices, but that doesn’t seem ideal.
It currently looks like this on desktop: Text>Image or Image>Text
I would recommend you to use grid instead of columns. But to fix the mobile breakpoint for your website, just change your section with the pictures from display flex to display block, that way your columns will show stacked on top of each other. I hope this helps.
No problem! Oh man where to begin, so in a nutshell, grid gives you way more flexibility for your designs that the pre-made columns. I would advice you to getting to using grid for all your designs and you will see the difference. Check this video out if you haven’t already How to build CSS grid layouts in 2021 — Web design tutorial - YouTube