M
M
MRcracker2019-02-17 19:51:44
Layout
MRcracker, 2019-02-17 19:51:44

How to swap columns in bootstrap 4?

there are two columns:

<div class="col-lg-6 col-md-12">1</div>
<div class="col-lg-6 col-md-12">2</div>

How to make it so that when adapting the second column becomes the first, and the first second, and without adapting the first column remains the first? Thanks in advance for your reply

Answer the question

In order to leave comments, you need to log in

3 answer(s)
W
WapSter, 2019-02-17
@wapster92

Learn flex, property in library class flex-[prefix]-row-reverse

D
Dmitry Polyansky, 2019-02-17
@git507

Push and Pull https://codepen.io/jlayhe/pen/vmwpae seems to have been in bs3
//up
Sorry, info leaked that instead of push and pull orders use https://stackoverflow.com/questions/47251394/boots.. https :
//getbootstrap.com/docs/4.0/layout/grid/#ord...

V
Vladislav Lyskov, 2019-02-17
@Vlatqa

Flex order property

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question