A
A
Alexander-K2015-06-11 16:01:55
HTML
Alexander-K, 2015-06-11 16:01:55

How to make such columns on bootstrap?

With this code:

<div class="row">
      <div class="col-md-6">1</div>
      <div class="col-md-6">2</div>
      <div class="col-md-6">3</div>
</div>

On mobile everything is correct:
082f6841c8504df3b4955a8f82ec409a.jpgAnd on large screens it turns out like this:
79a5354b8a35497eaa076daa8196c9bc.jpgHow to make it become like this?
1aed91b10f7d4b8e89896d31e2606f17.jpg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Taratin, 2015-06-11
@Taraflex

No
w3bits.com/css-masonry

A
Alexey Karpan, 2015-06-11
@dvguinf

<div class="row">
      <div class="col-md-6">
         <div class="row">1</div>
         <div class="row">3</div>
      </div>
      <div class="col-md-6">2</div>
</div>

So?

A
Alexander Bukhalo, 2015-06-11
@donbot

getbootstrap.com/css/#grid-column-ordering

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question