First I'm not sure of the best way to word my question. Any help is appreciated and I will revise it.
I have sections in web that have alternating order as you scroll
text | image image | text text | image image | text
In mobile it doesn't look so organized because everything stacks. It becomes confusing what text goes with what image, because every other one is putting the image before it's text. The goal would be for the text to be on top in mobile.
[text image] [image text] [text image] [image text]
What is the best way to accomplish reversing the order on images that come are on the left in the section so that in mobile they all stack with the text on top and image on bottom?