Align field label to the left

How to align the field label “Default Answer Format” to the left?
I choose “column 3” to fit text width. If I choose “Column 2”, the field label will break into 2 lines.

image

Can you try adding this to the CSS of your page:

.form-horizontal .control-label { text-align: left }

1 Like

It works!! thanks a lot :grinning:

1 Like