html - Twitter boostrap grid shows a white margin on the right of the page -
i using twitter boostrap fluid layout. when page loads, looks fine, notice can scroll right. when scroll right, small white margin appears on right of page.
this codepen shows issue http://codepen.io/anon/pen/akygh
the first row
div open. add </div>
@ end of this:
<div class="row" style="background-color: blue;"> <div class="col-md-4 col-md-push-8">text on right</div> <div class="col-md-6 col-md-pull-4 col-xs-offset-1 col-md-offset-2"> <h2>title</h2> <p class="lead">some text </p> </div> <div class="clearfix"></div>
here </div>
Comments
Post a Comment