Custom form field label widths
Custom form field label widths

In this example, the field labels occupy a lot of space that could be used for the input fields. Is there a way to better utilize that space? I looked through the lightbox info, but didn't see a specific style to change. Playing with the editor in the browser didn't seem to help much.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The layout split between the label and input is coming form Editor's default CSS:
Override those selectors if you'd like to adjust the weighting.
Allan