Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

kenny11's avatar

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

https://jsbin.com/cipayeqepi/edit?html,output

0 likes
6 replies
kenny11's avatar

thanks for the reply sir. So there is no Bulma way to do this right?

You have to write raw flexox props

SaeedPrez's avatar

I tried to search in the grid sass files for order but couldn't find anything so I'm assuming there is no flexbox ordering support in the current release.

My guess is that they won't include it because what if you have a list of 100 columns, are they supposed to include 100 selectors? What if you have 1000? You can easily add order yourself.

Please or to participate in this conversation.