How can i move my form up on the page?

  • jlioen
    Asked on December 9, 2015 at 10:00 AM

    There is a lot of white space above my form 

     

     

  • BJoanna
    Replied on December 9, 2015 at 12:21 PM

    URL that you provided is unavailable. You can remove white space above your form by Injecting Custom CSS.  Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .jotform-form {

    padding: 0px !important;

    }

    How can i move my form up on the page?  Image 1 Screenshot 30

    After adding this code your form will look like this.

    How can i move my form up on the page?  Image 2 Screenshot 41

    Here is my cloned form where I added mentioned CSS code:

    https://form.jotform.com/53424577919972? 

    Feel free to clone it.

    Hope this will help. Let us know if you need further assistance.