How can I reduce the top margin of the form?

  • ronshuller
    Asked on February 26, 2016 at 5:12 PM

    How can I reduce the top margin of the background, the space between the top of the form and the top of the background window.

    I want the top of the form to be flush with the top of the browser window.

    CSS????

    Thanks

  • Nik_C
    Replied on February 26, 2016 at 5:40 PM

    Hello,

    You can do that by inputting this CSS code in your form:

    .jotform-form {

    padding: 0px !important; 

    }

    Just log in in your form builder and go to designer:

    How can I reduce the top margin of the form? Image 1 Screenshot 40

    And than go to CSS field:

    How can I reduce the top margin of the form? Image 2 Screenshot 51

    And just copy that code in, it will bring the form up:

     

    How can I reduce the top margin of the form? Image 3 Screenshot 62

    Please try and let me know if that worked you.

    Best regards.