A
A
alfredohulio2016-02-01 01:25:52
css
alfredohulio, 2016-02-01 01:25:52

How to make bootstrap menu vertical when collapsed?

Hello everyone, how to make Bootstrap menu vertical?
The menu became horizontal after I found a code on the web to make the menu centered and inserted this code.

style.css :
.navbar-nav {
float: none;
text-align: center;
}
.navbar-nav li {
float: none;
display: inline-block;
}

Now when the window is minimized, the menu instead of being under each other, has become horizontal. ( 996808856e144089b4b87aa38e4c0cfb.pngHow to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2016-02-01
@alfredohulio

style.css :
.navbar-nav {
float: none;
text-align: center;
}
.navbar-nav li {
float: none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question