Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's possible, but I think you're really pushing the limits/purpose of TBS. Using your own markup could greatly simplify the DIV-soup that is required to make this work in TBS.</p> <p>UPDATE: See below for replications of this solution that I've made using Twitter Bootstrap 3. The original question and answer were for Bootstrap 2.</p> <p><a href="http://jsfiddle.net/technotarek/ePGa9/">Fiddle Example</a></p> <pre><code>&lt;div class="container"&gt; &lt;div class="navbar"&gt; &lt;div class="navbar-inner"&gt; &lt;img src="http://placehold.it/70x70" class="span1" style="position:relative;top:10px"&gt; &lt;div class="span10"&gt; &lt;div class="row"&gt; &lt;div class="span2 offset5" style="text-align:right"&gt; &lt;div class="navbar-text"&gt; &lt;p&gt;&lt;a href="#"&gt;Login&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="span2 offset1"&gt; &lt;div class="pull-right"&gt; &lt;form class="navbar-form"&gt; &lt;div class="input-append"&gt; &lt;input class="span2" id="appendedInputButtons" type="text"&gt; &lt;button class="btn" type="button"&gt;Search&lt;/button&gt; &lt;/div&gt; &lt;/form&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row"&gt; &lt;div class="span10"&gt; &lt;ul class="nav pull-right"&gt; &lt;li&gt;&lt;a href="#"&gt;Page 1&lt;/a&gt;&lt;/li&gt; &lt;li class="divider-vertical"&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Page 2&lt;/a&gt;&lt;/li&gt; &lt;li class="divider-vertical"&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Page 3&lt;/a&gt;&lt;/li&gt; &lt;li class="divider-vertical"&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Page 4&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>TWITTER BOOTSTRAP 3 UPDATES:</p> <p>The markup for TBS3's navbar changed slighty, as did their scaffolding. Here are two replications of the my original solution, one that matches the original exactly and a variation.</p> <p>Exact Replication <a href="http://jsfiddle.net/technotarek/t67Ms/">http://jsfiddle.net/technotarek/t67Ms/</a></p> <p>Replication with Full Width Navbar <a href="http://jsfiddle.net/technotarek/HxvLS/">http://jsfiddle.net/technotarek/HxvLS/</a></p> <p>(Hint, you can adjust the second replication so that all of the internal elements span the entire navbar by removing the div.container element that follows immediately after the nav tag.)</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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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