Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question