Hi,
when using Layout field I have run into to an issue, when special order of grid is needed for mobile breakpoint. It is quite easy to get there: Let’s have two column grid:
-----------
IMG | TEXT
-----------
TEXT | IMG
So just switching sides for images used to make page look more interesting. Quite regular thing.
On mobile, this would appear as img + text + text + img, but desired order would be img + text, img + text.
Any tip how to reorder layout field for mobile breakpoint and solve his simple situation?