Note that there are some explanatory texts on larger screens.

plurals
  1. POBreadcrumb into a navbar in bootstrap 3.0.2
    primarykey
    data
    text
    <p>I'm new on Bootstrap, and i want to create a navbar with some stuff (links, dropdown...) and a breadcrumb. But i have a problem with the display: block (i think...) when i put a breadcrumb into a navbar, this is my example code: </p> <pre><code>&lt;nav class="navbar navbar-inverse navbar-static-top" role="navigation"&gt; &lt;div class="container"&gt; &lt;ul class="nav navbar-nav navbar-right"&gt; &lt;ul class="breadcrumb list-inline"&gt; &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Library&lt;/a&gt;&lt;/li&gt; &lt;li class="active"&gt;Data&lt;/li&gt; &lt;/ul&gt; &lt;li class="dropdown"&gt; &lt;a href="#" class="dropdown-toggle" data-toggle="dropdown"&gt;Hello George &lt;b class="caret"&gt;&lt;/b&gt;&lt;/a&gt; &lt;ul class="dropdown-menu"&gt; &lt;li&gt;&lt;a href="#"&gt;Settings&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Logout&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt; &lt;span class="glyphicon glyphicon-info-sign icons-padding"&gt;&lt;/span&gt; &lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Help&lt;/a&gt;&lt;/li&gt; &lt;li&gt; &lt;span class="glyphicon glyphicon-off icons-padding"&gt;&lt;/span&gt; &lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Exit&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/nav&gt; </code></pre> <p><a href="http://jsfiddle.net/calamarico/r9yEU/embedded/result/">http://jsfiddle.net/calamarico/r9yEU/2/embedded/result/</a></p> <p>How can i put inline the breadcrumb and the other stuff in the same line?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload