使用Twitter引導程序2.3.5。跨度範圍內的引導程序跨度
嗯,基本上,我的結構是,我在左邊(span4)固定側邊欄和主要內容區右側(span8,#main)
在#main我已經把一個.hero-單位和之後,應該包含兩列,兩個spam4。
這裏是我的代碼縮短版本:
...
<div class="span8 offset4" id="main">
<div class="hero-unit">
....
</div>
<div class="span4" id="main-left">
<article>
<h3>Head here</h3>
<p>Some Text here</p>
</article>
</div>
<div class="span4" id="main-right">
<article>
<h3>Head here</h3>
<p> Some Text Here</p>
</article>
</div>
</div>
</div>
我現在的問題是,#主左和主#右現在被置於在容器外面。
什麼似乎是我的代碼的問題?
看起來你的「head here」塊位於'.span8'容器之外。如果你可以發佈一個有用的小提琴。 – dward
您需要在BS 2.3中嵌套時使用行 - http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem – Alwayslearning
您是否試圖完成此操作? http://jsfiddle.net/SXVHm/1/ – dward