how to align label caption to left

0
below image u can see all text box caption align left. this is done in html and javascript.  i have design UI  in mendix like above but i want to align the label caption to left just like above image( just like street, city, state so on)  
asked
1 answers
2

You could change the css for the .control-label class by adding a rule to your custom.css file.

Alternatively you could turn off the label and add a new one manually in a layout grid which would be left aligned by default.

answered