I have a list of check boxes to display and I am using Twitter Bootstrap. My problem is that when I go to mobile site the text for the label covers the checkbox itself. Now, I have the following code and text is overlapping the checkbox. What can be wrong?
<ul class="nav nav-list"> <li><label class="checkbox"><input type="checkbox" value="89" name="[14].Answer.SelectedAnswers">Biologie</label></li>
So, ex Biologie starts from the top of the checkbox and doesn't leave a space in between the box and start of the text.