I would like to reduce the margins on my form for the PDF to generate well

  • r.jonyo
    Asked on August 12, 2015 at 4:29 AM

    Hi

    I would like to reduce the margins on my form so that the PDF is genrated well. Currently when i generate the PDF the right margin cuts out some of the text. Kindly assist

     

    Jotform Thread 636069 Screenshot
  • Sammy
    Replied on August 12, 2015 at 7:23 AM

    You can do so by reducing the width of the form by injecting the following CSS in designer mode CSS tab

    .form-all{

    width:650px !important;

    }

    Change the width value to your preferred size

    I would like to reduce the margins on my form for the PDF to generate well Image 1 Screenshot 30

    I would like to reduce the margins on my form for the PDF to generate well Image 2 Screenshot 41