I am struggling to align items on mobile resolution in a specific order:
Image
Content
Image2
Content2
I have created a pen showcasing this issue on Codepen.
Initially, I attempted using transform: translate
, but it only worked for the content. The images did not resize when the window size was adjusted.
I considered swapping the items and then aligning them since they are coded in the following order:
Image
Content
Content2
Image2
However, this approach did not yield the desired result.