M
M
myskypesla2016-04-20 12:59:31
css
myskypesla, 2016-04-20 12:59:31

How to disable block shrinking based on resolution in Bootstrap?

Hello. I am making a website with bootstrap.
The task is to make everything responsive at resolution >= 992px (I know how to do this.
Question: Is it possible to make the site stop scaling at resolution < 992px and only the full version of the site, but not the mobile one, is visible on all devices) .

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rikcon, 2016-04-20
@Rikcon

min-width: 992px;to the site wrapper and you're done)

M
Maxim Timofeev, 2016-04-20
@webinar

1. You can min-width, as @Rikcon wrote
2. There is no mobile version in bootstrap, there is adaptability, "mobile version of the site" is a completely different opera.
3. Read about media queries, they will help a lot
4. Botstrap can be used not as css, but as less or sass, respectively, in addition to the standard col-lg, col-xs, for example col-992

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question