S
S
slowkazak2014-12-13 19:19:21
css
slowkazak, 2014-12-13 19:19:21

How to set the following display without crutches in twitter bootsrap 3?

Good afternoon! Is it possible to do the following trick in bootstrap 3:
I have blocks with classes in the container, for example col-xs-4 . it is clear that three blocks will be displayed in the line. However, the three blocks will be displayed on any device.
Question: is it possible to make the blocks appear on top of each other on small screens and each one fills all 12 columns as if it were of size col-xs-12 ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Nalomenko, 2014-12-13
@slowkazak

Use .col-md-4 (or .col-sm-*), and always inside .row

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question