G
G
gopello2016-04-28 18:23:52
Bootstrap
gopello, 2016-04-28 18:23:52

Is it possible in Bootstrap to make the central content stretch and the column on the right to be static and disappear at low resolutions?

Is it possible in Bootstrap to make the central content stretch and the column on the right to be static and disappear at low resolutions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nemby, 2016-04-28
@Nemby

It can be done - theoretically!
Use Masonry grid - brickwork for columns, and hidden-xs to hide columns at low resolution

<div class="row>
   <div class="col-md-9 col-xs-12">
      Колонка 1   
   </div>
   <div class="col-md-3 hidden-xs">   
      Колонка 2
   <div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question