How Do I Adjust/Remove Excess Margins Around A Form?

  • aclayman93
    Asked on February 1, 2015 at 9:08 AM

    I notice when a form is created for printing - via the Print Button added in the editor - the form has a large margin on the top and sides of the paper. I suppose the form/Jot is creating an image of the form then placing it for printing.

    Is there a way to control the printout margins - mostly the top margin since it creates a two page form instead of a one page as designed.

     

    Thank you for your assistance. :)

  • Sean
    Replied on February 1, 2015 at 2:41 PM

    Hello aclayman93,

    Sorry that you are having this issue. I did some checks and it appears that there are no settings available within the Jotform interface that can allow you to modify how a form is being printed. However, it appears that the layout of your form would affect how it is being printed through the browser. Can you provide the link for the form in question so we can take a look at it and suggest some ways we can go about improving the print quality.

    Take a look at this form: https://www.jotform.com//?formID=50313921954958

    Because it is adequately spaced, when printed it falls just right on the paper.  You can change the spacing between questions by following this guide. You can also use this CSS code to remove the excessive spacing at the top of the form.

    .form-all {
    padding-top: 0;
    margin-top: -10px;
    }
    How Do I Adjust/Remove Excess Margins Around A Form? Image 1 Screenshot 20

    Do give this a try and let us know if the issue persist.


    Cheers!
    Sean