2

我在我的网页http://scapp.site90.com/上使用 twitter bootstrap 时遇到问题。标头被包裹在容器中并且周围有 .row ,但似乎由于 margin-left: -20px 此行无法与其他内容对齐。有可能修复它吗?我试图改变 margin-left 的值,但是布局变得非常混乱。

4

1 回答 1

1

span*您可以pull-left在 .. 上使用而不是使用H1..

<div class="row">
        <h1 class="pull-left">Take a look at our work to see what we mean</h1>
        <div>
        <ul class="social inline pull-right">
            <li>..</li>
        </ul>
        </div>
</div>
于 2013-06-12T10:00:31.547 回答