I have a question about navbar-fixed-top. Well, I have a simple problem with it. My fixed navbar covers content, for example in \"About us\" page, it covers row with \"About us\
I would do this:
// add appropriate media query if required to target mobile nav only .nav { overflow-y: hidden !important }
This should make sure the nav block doesn't stretch downpage and covers the page content.