I
I
Ilya2014-07-29 09:40:40
Bootstrap
Ilya, 2014-07-29 09:40:40

How to hide a column in bootstrap 3 without saving space?

The instruction has an offset* class. In this case, the column is hidden, but takes up space.
There is a desire to disable the column altogether when viewing on a mobile phone.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Albert Rashitov, 2014-07-29
@hrhr99

assign the class hidden-xs to the div

I
Ilya, 2014-07-29
@hrhr99

@albert_rar
Hides, but the place remains.

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

T
Trow_eu, 2014-07-29
@Trow_eu

additional media condition with display:none of the desired divs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question