I'd like to create a centered bootstrap navbar with logo. Here's how I see it:

How can I make that effect?
I'd like to create a centered bootstrap navbar with logo. Here's how I see it:

How can I make that effect?
 
    
     
    
    Please provide more information. If you want the logo & menu centered then do:
<nav class="navbar navbar-inverse">
   <div class="container">
      //write the code for brand-header / menu here
   </div>
</nav>
