twitter bootstrap - If I have a fixed navbar, the text is under the navbar. How do I get the text under the navbar? -


if make fixed navbar in bootstrap , add text, text under navbar. this: enter image description here how can fix it?

you need add padding body, body { padding-top: 70px; }, see http://getbootstrap.com/components/#navbar-fixed-top in bootstraps documentation.


Comments