I would like to anchor the top part of the form

  • acsupportbiz
    Asked on March 27, 2024 at 12:02 AM
    Also I would like to anchor the top part of the form so the form grows on the lower side. Any advise will be appreciated..
  • Ryan JotForm Support
    Replied on March 27, 2024 at 12:08 AM

    Hi acsupportbiz, 

    Thanks for reaching out to Jotform Support. To clarify, are you referring to removing the space at the top of this form? If so, you can do that by injecting the CSS code in your form below:

    /* Remove margin at the Top  - 13310991 */
    .form-all {
    margin-top: 0 !important;
    }

    To inject the CSS Code in your form, check out the steps and screencast below:

    1. Open your form in Form Builder, and click on the Paint Roller icon on the right side of the page to open Form Designer.
    2. Under the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    I would like to anchor the top part of the form Image 1 Screenshot 30
    Result:

    I would like to anchor the top part of the form Image 2 Screenshot 41
    Give it a try and let us know how it goes.