L
L
linki2016-01-06 02:01:28
Bootstrap
linki, 2016-01-06 02:01:28

How to set the order of bootstrap blocks?

There is a desktop layout that
0ca811990743425f8500ed63435df2e4.png
needs to be done without resorting to display:flex
to make a mobile layout like this
0d315618e4264af18f2999dc8710b9ee.png
My code:

<div class="row">
<div class="col-sm-12 col-lg-4 col-md-4 col-md-push-8">2</div>
<div class="col-xs-12 col-lg-8 col-md-8 col-md-pull-4">1</div>
<div class="col-xs-12 col-lg-8 col-md-8 col-md-pull-4">3</div>
</div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-01-06
@linki

Something like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question