Order and stack 3 columns with bootstrap 4
问题 I have this structure in bootstrap columns: And I want you to change to a lower resolution, be ordered as follows: I found how to do it with flexbox here: Flexbox: reorder and stack columns But I can not change the entire structure of my project to flexbox, so I want to know if with bootstrap 4, it is possible to do so. Thank you very much. My poor test. @import url( 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css' ); div { text-align: center; height: 60px; }