How to correct overlapping questions?

  • equitable_group
    Asked on December 8, 2022 at 4:35 PM

    Hello,

    We have a few situations where the questions overlap within a form. See image.

    How to correct overlapping questions? Image 1 Screenshot 20

    I have tried to drag and drop the questions to avoid the overlap but no matter what I have tried I cannot remove the overlap situation.

    This occurs in a few places within our form.

    99% of the questions do have separations between them. Can you advise how we can alleviate this situation to make the form visually presentable.

    Thanks.

  • CJ_G
    Replied on December 8, 2022 at 9:37 PM

    Hello equitable_group,

    Thanks for reaching out to Jotform Support. I checked your form and it appears that the overlapping fields are being caused by the CSS codes you added. To fix this, please inject the CSS code below into the form:

    #id_205{
    height: 113px !important;
    }
    #id_153, id_145{
    height: 70px !important;
    }


    Give it a try and let us know if you need help.