How can I move a div from top to bottom on mobile layouts? [duplicate]
问题 This question already has answers here : Change div order with CSS depending on device-width (1 answer) How can I reorder my divs using only CSS? (24 answers) How to change order of divs on smaller screens? (1 answer) Closed 9 months ago . I am using Bootstrap 4, but if it works on version 3, it should work on v4. I have 2 divs within a column like so: <div class="row"> <div class="col-xs-12"> <div>TOP ON DESKTOP, BOTTOM ON MOBILE</div> <div>BOTTOM ON DESKTOP, TOP ON MOBILE</div> </div> </div