html - My template responsive menu Bootstrap does not work? -


as can see in picture drew line on menu menu when little, got browser menu why not?

i want menu when browser little drumbi site menu

main site : drumbi

menu

my template code

code menu:

<div class="header"> <div class="container">      <div class="navbar-header">         <a class="navbar-brand">             <img class="img-responsive" style="width: 150px" src="images/websitelogo.png" alt="logo" />         </a>     </div>      <div class="collapse navbar-collapse">          <ul class="nav navbar-nav navbar-right nav-menu">              <li><a href="#">pricing</a> </li>             <li><a href="#">about </a></li>             <li><a href="#">blog </a></li>             <li><a href="#">help </a></li>             <li class="active"><a href="#">sign in </a></li>         </ul>      </div> </div> 

here great script custom walker class generates required mark bootstrap 3 styling, allows dividers , glyphicons placed in menu: check out: https://github.com/firestorm-developments/wp-bootstrap-navwalker


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -