Answer the question
In order to leave comments, you need to log in
Flies down block on bootstrap?
Hello. There are 2 problems. I ask for help to someone who is not difficult to deal with the layout.
1. The block flies down.
2.After the footer, there is an indent from the bottom.
Layout file by the link:
https://yadi.sk/d/XIt8mMZt36mneA
Answer the question
In order to leave comments, you need to log in
1. The block flies down.
<div class="col-sm-6"></div>
<div class="col-sm-6"></div>
Структура такая должна быть. Без каких либо оберток этих блоков
@media (min-width: 992px)
.dropdown .dropdown-menu {
display: none;
}
.navbar.navbar-danger {
margin-bottom: 0;
}
<li class="dropdown">
<a href="#" data-toggle="dropdown">Download <b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#">Пункт 1</a></li>
</ul>
</li>
.open.dropdown .dropdown-menu {
display: block;
}
On question 2) I can advise you to put
html, body {
height: 100%;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question