How can I remove the space on a table?

  • ginovus
    Asked on March 6, 2020 at 10:11 AM

    I would like to decrease the space between the text field and the tables in the screenshot below.  How do I do this?


    Jotform Thread 2197134 Screenshot
  • Jimmy_D
    Replied on March 6, 2020 at 11:23 AM

    Thanks for reaching out to us. The solution to hide the empty elements that are causing the table to expend vertically. 

    Inject the CSS code below to your form to reduce the gap:

    /* Hide empty question label and first table row*/

    .form-matrix-table>tbody>tr:nth-child(1),

    #label_104, #label_129, #label_130{

      display: none;

    }

    How can I remove the space on a table? Image 1 Screenshot 30

    How can I remove the space on a table? Image 2 Screenshot 41

    Feel free to contact us if you need further assistance. 

    Regards,