Why is the "Special Dietary" field cut off when using Firefox?

  • belgllc
    Asked on August 23, 2015 at 5:32 PM

    Hello,

    I noticed when viewing the form in Mozilla Firefox that the "Special Dietary Needs" field is cutoff. Could you help me fix this issue? I have included a screenshot and link to the form.

    Thanks.

     
    Jotform Thread 645912 Screenshot
  • Ashwin JotForm Support
    Replied on August 24, 2015 at 12:44 AM

    Hello belgllc,

    I updated the following part of the custom css code you have injected in your Configurable list widget and that seems to have solved your problem:

    td.col9 {

     top: 118px;

    left: -1079px;

    }

    Please test your form again and get back to us if the issue persists.

    Thank you!

  • Ashwin JotForm Support
    Replied on August 24, 2015 at 12:45 AM

    Hello belgllc,

    I updated the following part of the custom css code you have injected in your Configurable list widget and that seems to have solved your problem:

    td.col9 {

     top: 118px;

    left: -1079px;

    }

    Please test your form again and get back to us if the issue persists.

    Thank you!