我正在尝试使用 Twitter Bootstrap 将一些内容集中在 Well 类中。
我尝试过使用 row 和其他各种 CSS 技巧。
这是我的 HTML:
<div class="container well well-main">
<div id="marketing-mobile" class="title-marketing"><h3 class="text-center">Mobile</h3></div>
<div class="widget-marketing span5">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object media-icons" img src="img/book.png">
</a>
<div class="media-body">
<h3 class="media-heading">Lorem Ipsum</h3>
<p>Donec id elit non mi porta gravida at eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
</div>
我已经截取了问题的屏幕截图: