我在我的网站上使用bootstrap和导航栏固定顶部有问题。当我只是使用常规的导航栏,一切都很好。但是,当我尝试切换到navbar固定顶部,网站上的所有其他
内容上移像navbar不存在,导航栏重叠。这里基本上是如何摆出来的:
.navbar.navbar-fixed-top
.navbar-inner
.container
.container
.row
//yield content
我试图复制bootstraps示例,但仍然有这个问题,只有当使用navbar固定顶部。我究竟做错了什么?
你的答案是在
docs:
The fixed navbar will overlay your other content,unless you add padding
to the top of the <body>
. Try out your own values or use our snippet below. Tip: By default,the navbar is 50px high.
06000
Make sure to include this after the core Bootstrap CSS.
原文链接:https://www.f2er.com/bootstrap/235312.html