jquery - how to give space in navbar-Bootstrap -


i trying give space menu, shows me not exact result shown in original template.

<nav class="navbar navbar-default">   <div class="container-fluid">     <!-- <div class="navbar-header">       <a class="navbar-brand simple_color" href="#">simplex</a>     </div> -->     <ul class="nav navbar-nav navbar-right w">       <li class="active comenu"><a href="#">home</a></li>       <li><a href="#">about</a></li>       <li><a href="#">services</a></li>       <li><a href="#">client</a></li>       <li><a href="#">contacts</a></li>     </ul>   </div> </nav> 

i making

original template want make menu same shown in original template. can me?

just replace navbar-nav class nav-justified.

check out bootstrap example on element: http://getbootstrap.com/examples/justified-nav/


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -