Column ordering – how can I change it?
-
Hi,
I’d like to change the order of columns, it’s possible with bootstrap: https://getbootstrap.com/css/#grid-column-ordering
But how do I make it work with the shortcodes?
In this example below, A should appear left of B on large screens. But on small screens, B should appear on top of A. Using xclass to add push and pull didn’t work for me.
Thanks!
[row]
[column md=”6″]
A
[/column]
[column md=”6″]
B
[/column]
[/row]
- The topic ‘Column ordering – how can I change it?’ is closed to new replies.