When you create a ConfiForms Form with custom layout forms and would like to use the ConfiForms Fields together with their labels you are quite often have an issues with labels alignment (as labels are of different length)

And you have something like this


which does not look very nice...


With a simple CSS rule like this

You can easily fix your layout to be much nicer

My playing with "width" attribute you can make the label take more or less space and align the fields better

You can also align your field's labels to be aligned on top with small addition to the CSS rules mentioned