Bootstrap 4: switch between cols on mobile
问题 I've built a standard layout with a sidebar using Bootstrap's grid system (EDIT: I'm using Bootstrap 4 but could still switch). It looks like this: <div class="row"> <div class="col-md-3"> ... </div> <div class="col-md-9"> <div class="row"> <div class="col-md-4">...</div> <div class="col-md-4">...</div> <div class="col-md-4">...</div> </div> </div> </div> On mobile, the red area would be above the green one. I need to be able to switch between them in a way that is more convenient than