Hi Folks,
I’m looking for a solution so the content folding is a bit consistent, and I’m wondering if you could give me some directions, let me explain.
At the moment, if you have 50%50 split in ROW, Image on the left (Column 1) and text on the right (column 2)
When you have breakpoint to a single row column on smaller screens, Column 1 will be on top column 2, works as expected, however if you would like to duplicate this row, and revert that order, you have text on the left (column 1) and image on the right (column 2) what you would see is this:
row1
Image (column 1)
Text (column2)
row2
Text (column 1)
Image (column 2)
So you end up having text columns one under each other, then 2x images under each other and so on.
What I would like to do is to have consistent swap where Text will be folding above the image on smaller screens, but keeping that effect on larger displays.
Any tips on this?