06-02-2016, 09:45 AM
I was trying to play around with bootstrap and some bootsnipps and found that all of my pages would load with no margin at the top of the page, cutting off some of my information:
i fixed this by adding:
<pre></pre>
to the bootstrap.css.
i fixed this by adding:
<pre>
Code:
body {
margin-top: 50px;
}
to the bootstrap.css.