I have a problem with my navigation bar. I want all of my items to be in the same row, I can not find the problem, why is the last one on the second row?
Here is the code:
<div class="collapse navbar-collapse text-center" id="bs-example-navbar-collapse-1">
<div class="col-md-9 col-xs-12 nav-wrap">
<ul class="nav nav-tabs">
<li><a href="index.html" class="page-scroll">Acasa</a></li>
And this is how it looks: