I am super lost and would hugely appreciate some help! I would love to reorder two div blocks during mobile optimization. This means on desktop the div block in question is on the right, but on mobile they will stack on top of each other, but I’d actually like it to be on top. Does anyone know how to do this?
I’m reading this on my phone so I can’t inspect the css but are you using flex box on the parent element? Then simply change the order property of one of the column on mobile. Setting the first column to any positive number or the second one to 0 or a negative should do the trick.
Hey @ollebrickarp, thanks for the quick response! Super sorry, I might too new to this, but where can I find the order property in the flex box? I cannot find it in the style section.