the mobile version looks nothing like the form must,  and the pdf version even worse

  • VenessaW
    Asked on June 21, 2020 at 6:04 PM
    the mobile version looks nothing like the form must, 
    and the pdf version even worse
  • Jimmy_D
    Replied on June 21, 2020 at 6:35 PM

    You can use CSS code to customize the look of your form. Here is a guide.- How-to-Inject-Custom-CSS-Codes

    Try adding the CSS code below to change the width of the input table on mobile.

    @media screen and (max-width: 480px)

    {

    .form-matrix-table {

        max-width : 350px!important;

    }

    }

    the mobile version looks nothing like the form must,  and the pdf version even worse Image 1 Screenshot 20Feel free to let us know what else you would like to change on the form on mobile. 

    Regards,