Labels and text boxes are not aligned correctly

  • TeddyBillewicz
    Asked on March 21, 2016 at 7:03 AM

    CSS - .form-label-left

    I have an odd positioning problem on my form (see link below).

    In the designer (picture below) you can see that the labels are lower than the text fields.

    Where can I find the property involved to get the label and the text box aligned properly?

    Jotform Thread 798931 Screenshot
  • Mike
    Replied on March 21, 2016 at 8:02 AM

    Please add the next CSS via Form Designer to fix the text boxes positioning.

    .form-textbox {
    position: inherit;
    }

    Labels and text boxes are not aligned correctly Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • TeddyBillewicz
    Replied on March 21, 2016 at 11:18 AM

    Thank you!