Matrix Dynamique widget: How to remove the padding between fields?

  • cgregory
    Asked on March 16, 2018 at 1:02 PM

    Line spacing:

    Is there a way to have less space between the line input (see image attached)



    Jotform Thread 1417588 Screenshot
  • BJoanna
    Replied on March 16, 2018 at 2:23 PM

    Add the following CSS code to the Custom CSS field of the Matrix Dynamique widget:

    td, th {

        padding:0;

    }

    1521224319matrix Screenshot 10

    1521224382matrix1 Screenshot 21

    Here is my demo form: https://form.jotform.com/80745511786968 

    Feel free to test it and clone it

    Let us know if you need further assistance.

  • cgregory
    Replied on March 16, 2018 at 2:33 PM

    Excellent, just what I needed.

    Thanks for the quick response.


    crystal