Box Sizing Issue on my form

  • RogerYelvington01
    Asked on March 9, 2017 at 3:34 PM

    Hello!

    There is a white box above the form.

    https://form.jotformpro.com/70504486114956

     

    1. How do I remove the white box

    2. Or if I wanted to move the form inside the white box, how would I do this?


    Thank you!

    Roger

  • candy
    Replied on March 10, 2017 at 3:19 AM

    Dear Roger,

    We're sorry for the inconvenience you have.

    As far as I see, you have a box-sizing error in your form. Please inject the following CSS code in order to solve it:

    .form-all { overflow: hidden; }

    Box Sizing Issue on my form Image 1 Screenshot 20

    Thanks in advance.

  • RogerYelvington01
    Replied on March 10, 2017 at 12:36 PM

    Applied, and worked, thank you!