我在以下网站上遇到导航问题:
http://www.Ghitulescu.de/beta/index2.html
点击导航栏项目(/ wieviel / wann / wo / wer)时,网站跳转到特定部分,但第一行(即h2-title!)是由导航栏本身覆盖。
有什么想法吗?
谢谢!
的问候,
维拉德
答案 0 :(得分:1)
由于您使用固定导航栏,因此需要..
1)从顶部margin-top:50px
jumbotron
2)在身体顶部添加填充物(即:body { padding-top: 70px; }
)
这是Bootstrap文档(http://getbootstrap.com/components/#navbar-fixed-top)的指导..
**Body padding required**
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.