Change font size on print out form

  • fabian2015
    Asked on April 15, 2016 at 12:04 PM

    Hello, 

     

    When I print out completed form, the letter size is kind of small. Can I set the letter size to larger one when print out completed forms?

     

    Thanks

  • Carina
    Replied on April 15, 2016 at 2:09 PM

    How do you print, by using the browser's printing option?

    Please try adding the following css code:

     @media print

       {

    .form-all

          {

        font-size: 16px !important;

    }

       }

    Let us know if we can assist you further.