label align CSS question

  • hlmink
    Asked on June 15, 2014 at 10:28 AM

    I injected CSS in the 'email' field on line one of this form http://form.jotformpro.com/form/41635783548970

    It moved over the field but for some reasons the title of the field 'email' didn't move and so it is not aligned on the left as it should be.

    Can you please explain

  • jonathan
    Replied on June 15, 2014 at 4:02 PM

    Hi,

    The CSS code you used only affects the #input box of that field.

    label align CSS question Image 1 Screenshot 30

    If your objective is to aligned the field's top label name to the left alignment, you should also add the CSS code for the label ID like this

    #label_20{margin-lefft : -60px;}

    label align CSS question Image 2 Screenshot 41

     

    Hope this help. Inform us if you need further assistance.

    Thanks!