N
N
nikon2016-01-22 11:21:11
css
nikon, 2016-01-22 11:21:11

Is it possible to organize blocks in the following order using bootstrap grid?

It is necessary to organize the blocks as follows:
5947e28582c8401bbddf611c00ce0260
I tried to do it this way, but it turns out not quite what you need

<div class="row">
  <div class="col-md-push-6 col-md-6">BB</div>
  <div class="col-md-pull-6 col-md-6">AAA</div>
  <div class="col-md-push-6 col-md-6">С</div>
</div>

Result for view-port >= md:
A | B
A | B
A |
  | C

In general, the height of block A can be both greater and less than the height of blocks B and C.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2016-01-22
@nicon

See if
https://jsfiddle.net/DelphinPRO/eck0ht42/ might work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question