Where do I find the form builder setting for the inline css? (style margin-left)
I'm reworking the entire site for mobile/responsive but some of the css for the form is inline (bad idea)... anyway, I can't find where the system stores these values for 'style' on form elements. Is it in the database? If so, where?
Specifically, the form fields have a left margin that I need to remove so the labels are over the form fields. I suppose I could give the label a left margin and then give the form an equal negative left margin... but what a nasty hack that is.
If someone can help me, I am willing to submit my end results as a mobile/responsive child theme when I am done.