Answer the question
In order to leave comments, you need to log in
How to add padding to navbar when screen is small?
Default bootstrap, album theme.
There is a list in the header:
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link" href="">
<i class="fas fa-gift"></i>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">
Меню <span class="caret"></span>
</a>
</li>
</ul>
.navbar-nav {
flex-direction: row;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question