我想通過堆疊嵌套網格使視口爲xs時響應網頁。它通過堆疊這兩個網格來工作在xs中,但是當在sm和更大的視圖中時,那些網格中的文本與對方之間的距離太遠,我得在這裏做錯了什麼,並且掙扎了好幾個小時,請大家幫忙,非常感謝!信譽太低,無法直接發佈圖片,請參閱圖片上傳鏈接。bootstrap網格,文字相距太遠
http://i68.tinypic.com/ru1dvm.png
http://i67.tinypic.com/157iqli.jpg
<div class="row row-content">
<div>
<div class="row">
<div class="col-xs-12 col-sm-3">
<h3>Alberto Somayya</h3>
</div>
<div class="col-xs-12 col-sm-3">
<h3><small>Executive Chef</small></h3>
</div>
</div>
<div>
<p>Award winning three-star Michelin chef with wide International experience having worked closely with whos-who in the culinary world.!</em></p>
</div>
</div>
什麼是引導版本? 3不支持嵌套網格。 – atilkan