Bootstrap order changes depending if displayed as 1 or 2 column
问题 I have a webpage which displays two columns of cards, unless screen width gets smaller then md size. My problem is that I want the most important items to appear higher up the page, so I put important items first in the two columns (e.g I want ordered alphabetically A - D) <row> <div class="col-md"> <item A> <item C> </div> <div class="col-md"> <item B> <item D> </div> </row> so on two column screen can be seen in order A, B, C, D But when single column it displays first column and then