You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the form-horizontal class to create my form. I am using the exact same code available at http://getbootstrap.com/css/#forms-horizontal but with a only exception that the second and third form group are col-md-6.
I have the same available on jsbin for your reference. How can i fix this alignment issue.
This used to work well in BS2, but not in BS3.
In the first row, your field label is 1/4 of the width, but in the second row your labels are 1/8.
The easiest thing I can think of is to change the first label to col-md-4, and the lower ones to col-md-2 so they'll be the same width, but this may not be ideal.
I am using the
form-horizontal
class to create my form. I am using the exact same code available at http://getbootstrap.com/css/#forms-horizontal but with a only exception that the second and third form group arecol-md-6
.I have the same available on jsbin for your reference. How can i fix this alignment issue.
This used to work well in
BS2
, but not inBS3
.JSBin: http://jsbin.com/pebag/1/
Code for Horizontal Form:
The text was updated successfully, but these errors were encountered: