Twitter Boostrap - Column not aligned

scromss

New Member
I don't understand why my "Employment Type" field is not lining up with the other positions on the form. Fiddle provided here: http://jsfiddle.net/mwoods98/GvjXE/. I think I'm using the control-label class properly, but, as a new bootstrap adopter, I might have made a mistake.Here is a snip of the code but you can see a working copy on the jsfiddle listed above.\[code\]<label class="control-label" for="input04">Employment Type</label><div class="controls"><select id="input04" name="EmpType"><option value=""></option></select></div>\[/code\]^^ Not working\[code\]<label class="control-label" for="input05">Grade Level</label><div class="controls"><select id="input05" name="Grdlvl"><option value=""></option></select></div> \[/code\]^^ Working.TIA
 
Back
Top