My form is off kilter. I need help.

  • bens2367
    Asked on July 8, 2015 at 11:38 AM

    http://form.jotformpro.com/form/51838224037959

    Jotform Thread 605621 Screenshot
  • Boris
    Replied on July 8, 2015 at 1:06 PM

    I have taken a look at your form, and I can see that this is being caused by the custom CSS that you are using.

    My form is off kilter Screenshot 30

    Please remove or comment out the lines of your custom CSS from line 52 to line 59:

    .form-label {
        width : 34% !important;
        float : left !important;
    }

    .form-label-top {
        width : 100% !important;
    }

    My form is off kilter Screenshot 41

    I have simply commented it out in a cloned version of your form, and this is how it looks now:

    http://form.jotformpro.com/form/51884943898983

    I hope this helps. Please let us know if you need further assistance.

  • bens2367
    Replied on July 8, 2015 at 4:34 PM

    Worked.  Thanks a million!