twitter bootstrap navbar fixed top overlapping site

Posted by Matthew Berman on Stack Overflow See other posts from Stack Overflow or by Matthew Berman
Published on 2012-06-20T17:17:19Z Indexed on 2012/10/14 21:37 UTC
Read the original article Hit count: 208

Filed under:
|

I am using bootstrap on my site and am having issues with the navbar fixed top. When I am just using the regular navbar, everything is fine. However, when i try to switch it to navbar fixed top, all the other content on the site shifts up like the navbar isn't there and the navbar overlaps it. here's basically how i laid it out:

.navbar.navbar-fixed-top
  .navbar-inner
    .container
.container
  .row
    //yield content

i tried to copy bootstraps examples exactly but still having this issue only when using navbar fixed top. what am I doing wrong?

© Stack Overflow or respective owner

Related posts about twitter-bootstrap

Related posts about haml