Hi as per subject - want to know if it’s currently possible to reorder sections in mobile view (not columns).
Our page flow would work better if two of the sections were swapped.
I notice there is an “Order” field in the Section element (content tab), but I can’t find any usage on it and adding numeric values doesn’t seem to be affecting the look in the editor or the front end.
Definetly a flex solution.
By default, items in a flexbox have an order set to 0 so there is no preference.
As soon as you assign an items a positive value, it will move to the end as it is higher that 0.
IF you want to move an item to the start, a shortcut (as mentioned by Bret above) is to use -1 and that is less that 0 so it moves to the start.