I am utilizing the Bootstrap Grid System, as shown in this example: Grid System
On mobile display, the ".col-12 .col-md-8" always appears in the first row.
Currently: .col-12 .col-md-8
.col-6 .col-md-4
How can I rearrange it so that ".col-6 .col-md-4" is displayed first?
.col-6 .col-md-4
.col-12 .col-md-8
Any help would be appreciated! Thank you!