Order columns through Bootstrap4
I have 3 columns which I want to order in different ways on desktop and mobile. Currently, my grid looks like this: <div class="row"> <div class="col-xs-3 col-md-6"> 1 </...