bootstrap 的 navbar-fixed-top

如果使用 navbar-fixed-top 的話, 要記得在 body 加上 padding。沒有看文件直接參考別人的 code 真的是會碰到問題阿! Trace 了半天才發現 style 加在 body 上。

body { 
    padding-top: 60px; 
}

緣由其實是我想要看有沒有 fluid + fixed 的 bootstrap layout 可以參考, 於是乎找到了 Bootstrap: Fixed gutter width in fluid layout? 這篇文章。他的方式就是讓中間的 fluid layout 空出左邊或右邊的 margin 達成。