top nav bar blocking top content of the page

前端 未结 19 1564
孤城傲影
孤城傲影 2020-11-28 00:48

I have this Twitter Bootstrap code

  
19条回答
  •  情深已故
    2020-11-28 01:29

    with navbar navbar-default everything works fine, but if you are using navbar-fixed-top you have to include custom style body { padding-top: 60px;} otherwise it will block content underneath.

提交回复
热议问题