skip to Main Content

Twitter Bootstrap .col on a <label>

When using Twitter Bootstrap two columns, each 12 columns wide when viewed on an xs device, render themselves on one line: <label for="contact" class="col-sm-3 control-label">Preferred Contact Method:</label> <label for="telephone" class="col-sm-2 control-label"> <small><em>Telephone</em></small> </label> When viewed on a small mobile the…

VIEW QUESTION
Back To Top
Search