Put div below navigation bar and don't overlap content
问题 My issue is that I fixed a navigation bar at the top of my webpage and it includes both side margins and top one. Below this navigation bar, I want to set an scrollable container. Let me say I'm using Bootstrap 3.2.0 to lay out the site. The issue is that due to the margins of my navigation bar, the content I want to put below overlap the navigation bar and it's shown besides the navigation bar. For a better explanation of this I provide you my code, and a live example: UPDATE: I have noticed