嗨,每個人我都有一個導航欄問題與我的網站。導航欄覆蓋內容。我環顧四周,很多人似乎看起來像是在爲他們工作。我的問題是它編輯邊距,但我的導航欄也隨之移動。我找不到一種只移動內容而不是導航欄的方法。BootStrap導航欄問題
/* fix fixed-bar */
body { padding-top: 40px; }
@media screen and (max-width: 768px) {
body { padding-top: 40px; }
}
/* fix fixed-bar jumping to in-page anchor issue */
*[id]:before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
}
讓我知道你是否需要鏈接到網站。 – user3395284
請將[JsFiddle](http://jsfiddle.net)或給我們提供一個鏈接 – Simplicity
請將**位置:relative; **添加到您的班級,並用頂部替換margin-top ...加上jsFiddle這些場景是必須的 – ymz