M
M
Maxim2014-08-12 17:11:13
Bootstrap
Maxim, 2014-08-12 17:11:13

How to make Bootstrap 3 always show navbar-toggle?

How to make Bootstrap 3 always show navbar-toggle regardless of screen resolution?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Evgrafovich, 2014-08-14
@Tantacula

@media (min-width: 768px){
.navbar-toggle {
display: block;
}}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question