Form Builder: top of form is cut off

  • Profile Image
    Barung
    Asked on March 24, 2026 at 2:21 AM

    Hi team,

    I can't scroll up any further in the Form Builder and the top of my form is cut off so I can't see it or edit it. Any idea what is happening?

    It is fine in live or preview mode, but in edit mode, I can not see the top of the form.

    Form Builder: top of form is cut off Image 1 Screenshot 20

  • Profile Image
    Sheena JotForm Support
    Replied on March 24, 2026 at 2:33 AM

    Hi Barung,

    Thanks for using Jotform. I looked into your forms but couldn't find the form from the screenshot you sent. If you could share the link to your form, I can check it out and see what’s going on. You can easily find your form's URL in Form Builder. Let me show you how:

    1. In Form Builder, in the orange navigation bar at the top of the page, click on Publish.
    2. In the Quick Share tab, click on Copy Link in the Share With Link section.

    Form Builder: top of form is cut off Image 1 Screenshot 20Once you share the form URL with us, we’ll be able to help you better with this.

  • Profile Image
    Barung
    Replied on March 24, 2026 at 10:12 PM

    Sorry Sheena, here it is!

    https://form.jotform.com/252518680148865

  • Profile Image
    Lorenz JotForm Support
    Replied on March 24, 2026 at 10:23 PM

    Hi Barung,

    I cloned your form and I can easily replicate the issue. It's because of the CSS code you added to your form, which is:

    .supernova {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      min-height: 100vh !important;
    }

    Base from the code, it looks like you want to display the form to the center, because the theme you selected puts it on the left side of the page. You can replace it with the code below instead:

    html.supernova .form-all {
      margin: 0 auto !important;
    }

    Check out my result:

    Form Builder: top of form is cut off Image 1 Screenshot 20

    Let us know if there's anything else we can help you with.

  • Profile Image
    Barung
    Replied on March 25, 2026 at 1:19 AM

    Okay, thank you so much!

  • Profile Image
    Podo: Support Specialist
    Replied on March 25, 2026 at 1:19 AM

    Hi Barung Landcare Accounts,

    Your request has been answered and the thread is closed.

    If you have another question or need more help, feel free to reply here and we'll assist you right away.