top nav bar blocking top content of the page

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

I have this Twitter Bootstrap code

  
19条回答
  •  Happy的楠姐
    2020-11-28 01:23

    EDIT: This solution is not viable for newer versions of Bootstrap, where the navbar-inverse and navbar-static-top classes are not available.

    Using MVC 5, the way I fixed mine, was to simply add my own Site.css, loaded after the others, with the following line: body{padding: 0}

    and I changed the code in the beginning of _Layout.cshtml, to be:

    
        

提交回复
热议问题