How can I adjust the amount of space between fields in the Matrix Dynamic Widget?

  • chriskmerc
    Asked on April 3, 2019 at 1:04 PM

    I can't figure out how to adjust the space between each field so they are closer together. See screenshot. Thanks in advance

    Jotform Thread 1781240 Screenshot
  • Kiran Support Team Lead
    Replied on April 3, 2019 at 2:28 PM

    You may try injecting the following CSS code to the custom CSS section of the widget.

    .c0 {

    width: 40px;

    }

    .c1 {

    width: 76px;

    }

    .c2 {

    width: 80px;

    }

    You may add the other classes .c3, .c4, .c5 for the other fields in the widget and adjust the width. 

    155431611903042019 230405 Screenshot 10

    Thanks!

  • chriskmerc
    Replied on April 3, 2019 at 3:21 PM

    That worked perfect, thank you!