+ 1
I've 3 columns bootstrap website, how can i show center column first and top in mobile screen view?
any help or resources will be helpfull:)
3 Respuestas
+ 2
Why you didn't put your center column first?
0
Using flex order
https://getbootstrap.com/docs/4.0/utilities/flex/#order
0
I mean like this:
In desktop to be like this: (left sidebar)(center column)(right sidebar)
in mobile screen i want to be like this:
(center column)
(left sidebar)
(right sidebar)