Here is my html using bootstrap (I\'m sure bootstrap is installed correctly)
I was facing the same problem. Try this:
.navbar-nav { display: inline-block; } .navbar-nav>li { display: inline-block; }
It worked for me