A
A
Andrew2014-07-03 22:00:35
Bootstrap
Andrew, 2014-07-03 22:00:35

How to disable responsive navbar in Bootstrap?

Link to the site
On that site, the top menu on the phone slides down, although I tried to disable responsiveness and it is disabled for the rest. How can I disable this for the menu as well?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan Starkov, 2014-07-04
@icelaba

Bootstrap has a topic dedicated to this at
getbootstrap.com/getting-started/#disable-responsive
There are several options to rebuild bootstrap for example,
but the easiest thing is for you to stick a style or write it in css
Here is an example style
<nav class="navbar nav-default" style ="
min-width : 970px;
"
Here is the css
.nav-default {
min-width: 970px !important;
}

D
Dmitry, 2020-11-28
@demiancz

I solved the problem like this

<meta name="viewport" content="width=device-width, initial-scale=0.75">

A
Alex_gs07, 2020-11-28
@Alex_gs07

I have a similar problem. favthemes template.
The template had errors in the scripts, which google console cursed.
Installed jQuery Easy 4.0.1
Bootstrap remains 3.3.7
Can't be updated because it's customized by the template maker.
Everything works, except for the mobile menu.
How to disable it, especially since I want to make all navigation images, i.e. it is not needed.
If I disable the menu modules, then in the mobile version the button for expanding the menu still remains, although it does not work.
How to disable the mobile menu completely?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question