Note that there are some explanatory texts on larger screens.

plurals
  1. POAdding hero-unit in the middle of the page
    primarykey
    data
    text
    <p>Bootply: <a href="http://www.bootply.com/66501" rel="nofollow">http://www.bootply.com/66501</a></p> <p>I want to put hero-unit box in the middle of the page (vertically). I set the size(span10) for the box. Also, there is a problem that the text from the bar is a little bit off and I don't know the reason. Please help me out!</p> <pre><code>&lt;div id="myCarousel" class="carousel slide fullscrn"&gt; &lt;ol class="carousel-indicators"&gt; &lt;li data-target="#myCarousel" data-slide-to="0" class="active"&gt;&lt;/li&gt; &lt;li data-target="#myCarousel" data-slide-to="1"&gt;&lt;/li&gt; &lt;li data-target="#myCarousel" data-slide-to="2"&gt;&lt;/li&gt; &lt;/ol&gt; &lt;!-- Carousel items --&gt; &lt;div class="carousel-inner"&gt; &lt;div class="item active fullscrn"&gt; &lt;img src="http://placehold.it/600x480" class="fullscrn"&gt; &lt;/div&gt; &lt;div class="item fullscrn"&gt; &lt;img src="http://placehold.it/600x480" class="fullscrn"&gt; &lt;/div&gt; &lt;div class="item fullscrn"&gt; &lt;img src="http://placehold.it/600x480" class="fullscrn"&gt; &lt;/div&gt; &lt;/div&gt; &lt;a class="carousel-control left" href="#myCarousel" data-slide="prev"&gt;‹&lt;/a&gt; &lt;a class="carousel-control right" href="#myCarousel" data-slide="next"&gt;›&lt;/a&gt; &lt;/div&gt; &lt;div class="hero-unit span10"&gt; &lt;h1&gt;Test&lt;/h1&gt; &lt;p&gt; &lt;/p&gt;&lt;div class="progress progress-striped active"&gt; &lt;div class="bar" style="width: 11%;"&gt;11%&lt;/div&gt; &lt;/div&gt; &lt;p&gt;&lt;/p&gt; &lt;p&gt; &lt;a class="btn btn-primary btn-large"&gt; Learn more &lt;/a&gt; &lt;/p&gt; &lt;/div&gt; for CSS: .fullscrn{ height: 100%; width:100%; } </code></pre>
    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.
 

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