Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do i shift the text in twitter bootstrap navbar to center?
    primarykey
    data
    text
    <p>I integrated twitter bootstrap navbar into my asp.net project. However, I'm trying to align my bootstrap text into the center. Here is my source code for my navbar</p> <pre><code>&lt;div id="twitterbootstrap"&gt; &lt;div class="navbar navbar-inverse navbar-fixed-top"&gt; &lt;div class="navbar-inner"&gt; &lt;div class="container"&gt; &lt;a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"&gt; &lt;span class="icon-bar"&gt;&lt;/span&gt; &lt;span class="icon-bar"&gt;&lt;/span&gt; &lt;span class="icon-bar"&gt;&lt;/span&gt; &lt;/a&gt; &lt;a class="brand" href="#"&gt;iPolice&lt;/a&gt; &lt;div class="nav-collapse"&gt; &lt;ul class="nav"&gt; &lt;li class="divider-vertical"&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li class="divider-vertical"&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="Login.aspx"&gt;Login&lt;/a&gt;&lt;/li&gt; &lt;li class="divider-vertical"&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>This is the image of my bootstrap</p> <p><img src="https://i.stack.imgur.com/6ESKS.png" alt="enter image description here"></p> <p>Then i added this twitterbootstrap css inside to attempt and shift the ipolice, home, contact and login into the center</p> <pre><code>#twitterbootstrap { position:absolute; text-align:center; } </code></pre> <p>which didnt work. I visited this <a href="https://stackoverflow.com/questions/18093630/how-can-i-center-twitter-bootstrap-3-navbar-buttons">link</a> and tried but still wasn't able to do it. May i ask how do i align my text into the center?</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.
 

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