I tried order but no luck...`
Jan 17, 2017
6
Level 4
Bulma stack order
I have a question about this css framework called Bulma.
I looked up the doc, but it did not state how to set a stack order for each breakpoint.
How can I set it on mobile or tablet.
For example, it's horizontal on wide screens, but when it shrink I want "2" to be on top.
I don't want to change a html structure to do it.
check this out
Level 50
You're on the right track, but you have to think mobile first because Bulma doesn't use flex box when you break the row on mobile. Add the columns in the order you want on mobile, then use order: X for bigger screens.
1 like
Please or to participate in this conversation.