2 column stack becomes one col in iPhone. Now it is left col first. How do I make the right col show first when one column?
The logic of columns is from left to right. So the left column will always show first on mobile. The only work around I can think of is to add an alternative column version for mobile only and play with ‘Don’t publish this stack’ (a version for tablet and desktop and one for mobile).
Hans
Column ordering is designed, like most things, to be mobile first. Meaning you design the mobile layout and then adjust the ordering for the other breakpoints. I believe I cover this in the tutorial video, but honestly it has been a long time since I recorded that. I’d encourage @Domino to read the Docs and watch the tutorial for the columns stack.
1 Like