html - What do I need to do to get these bootstrap colunms to align left? -
i have web template using top , left nav , want have 3 column elements left aligned. in simple example, columns want center aligned.
can tell me how columns snuggle left margin?
*disclaimer - learning bootstrap ability answer myself limited bootstrap vocabulary.
i tried searching bunch of different ways , settle don relevant search query: bootstrap left align columns -nav -navbar
that search produced this answer, didn't seem solve problem, or didn't right.
i have created bootply simulates problem if wants try out, can.
you can left align container described in question, or use full-width container-fluid
, , use portion of 12 bootstrap columns, example 8 columns..
<div class="container-fluid"> <div class="row"> <div class="col-md-8"> .. page layout here </div> </div> </div>
http://www.bootply.com/srnhm22tpr
on smaller screens you'd want layout full-width instead of left aligned.
Comments
Post a Comment