Wednesday 15 July 2015

javascript - Bootstrap 3 - Removing padding/margin on small devices -



javascript - Bootstrap 3 - Removing padding/margin on small devices -

i utilize framework bootstrap 3 , have problem layout on f.e. ipad in portrait mode (in general little devices). how can remove margin / padding on left , right side? when page on ipad there should no space left , right.

i have tried many things:

.container { margin: 0; padding: 0; }

above css-code causes still margin on right side!?

i've created fiddle: http://jsfiddle.net/bbc8c/28/

can help? regards

add bootstrap default container class example..

<div class="col-md-12 container> <div class="header">some text here</div> <p>some text here</p> </div>

the container adjust padding you...

javascript html css twitter-bootstrap-3

No comments:

Post a Comment