Answer the question
In order to leave comments, you need to log in
Why isn't the Bootstrap block hidden?
Tell me, please. Why are both blocks visible in this block at resolutions of 1199px and 991px? A pixel less, a pixel more, everything is fine. Is it possible to get rid of this effect?
<div class="row">
<div class="col-md-6 hidden-lg hidden-sm">1111111111111111111111</div>
<div class="col-sm-6 hidden-md">222222222222222222222</div>
</div>
Answer the question
In order to leave comments, you need to log in
Do you have a container for layout?
<div class="container">
<div class="row">
<div class="col-md-6 hidden-lg hidden-sm">1111111111111111111111</div>
<div class="col-sm-6 hidden-md">222222222222222222222</div>
</div>
</div>
xs (<768px)
sm (≥768px)
md (≥992px)
lg (≥1200px)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question