Hi,
Is it possible to flip the cell’s (div container) when in responsive mode?
The outcome im looking for is when using 2 or more full-width grid row elements above and below each other;
let’s say,
Grid Row container #1 – text in cell 1, image in cell 2
Grid Row container #2 – Image in cell 1, text in cell 2
Grid Row container #3 – text in cell 1, image in cell 2
On larger screens the presentation looks amazing however on mobile devices the sequence, presentation is not a logical flow,
for example in responsive mode it’s like this;
Grid Row container #1 – text in cell 1, image in cell 2
Grid Row container #2 – Image in cell 1, text in cell 2
Grid Row container #3 – text in cell 1, image in cell 2
Where the cells containing images or text end up in pairs, like,
Text
Image
Image
Text
Text
Image
Is there a way to flip the div cell 1 and 2 containers in responsive mode to achieve;
Text
Image
Text
Image
Text
Image
I solved the problem. No further action,