Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sockets/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap 3 Twitter引导网站中导航栏隐藏的第一行_Twitter Bootstrap 3_Navbar - Fatal编程技术网

Twitter bootstrap 3 Twitter引导网站中导航栏隐藏的第一行

Twitter bootstrap 3 Twitter引导网站中导航栏隐藏的第一行,twitter-bootstrap-3,navbar,Twitter Bootstrap 3,Navbar,我对以下网站的导航有问题: 当点击导航栏项目was/wieviel/wann/wo/wer时,站点会跳转到特定的部分,但第一行是h2标题!由导航栏本身覆盖 有什么想法吗 谢谢 问候,, Vlad由于您使用的是固定导航栏,因此需要 1从顶部台车上取下边缘顶部:50px 2将填充添加到主体顶部,即:主体{填充顶部:70px;} 这是引导文档中的指南 **Body padding required** The fixed navbar will overlay your other content,

我对以下网站的导航有问题:

当点击导航栏项目was/wieviel/wann/wo/wer时,站点会跳转到特定的部分,但第一行是h2标题!由导航栏本身覆盖

有什么想法吗

谢谢

问候,,
Vlad

由于您使用的是固定导航栏,因此需要

1从顶部台车上取下边缘顶部:50px

2将填充添加到主体顶部,即:主体{填充顶部:70px;}

这是引导文档中的指南

**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.