B
B
Baxterok2014-05-01 19:34:00
Bootstrap
Baxterok, 2014-05-01 19:34:00

How to make a fixed column in Bootstrap 3?

Started learning Bootstrap today. It was necessary to create 3 columns, 2 of which change their width depending on the size of the browser window (or monitor), and one column has a fixed width. With a small screen resolution, all 3 columns should become one column. How can this be implemented?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Baxterok, 2014-05-01
@Baxterok

I decided. I don't know how comme il faut, but still.

<div class="col-sm-3 col-md-3 col-lg-3 newstyle">
Content
</div>

. newstyle {
width:200px!important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question