欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

bootstrap 清除浮动

shiping1 的头像
You need to utilize the proper bootstrap classes. If inside a container (a true Bootstrap container), you need a row to offset the padding.
<div class="container">
<div class="row">

        <header id="main_header" class="col-md-12">

            <nav class="navbar navbar-default" role="navigation">

            </nav>

            <div class="contact pull-left">

            </div>        

        </header>
</div>
</div>

Bootstrap has pull-left and pull-right already to float contentclearfix shouldn't be needed if you are utilizing a container/row.

Realistically you could also (or instead) use the grid utilities on the nav/contact.

来自 http://stackoverflow.com/questions/24805039/how-to-clear-floats-properly-in-twitter-bootstrap

普通分类: