How can I make a Matrix span across the form

  • wsoc2015
    Asked on October 25, 2015 at 7:43 AM

    I have changed the width of the matrix and the width of the cells but nothing changes

  • David JotForm Support Manager
    Replied on October 25, 2015 at 5:51 PM

    If you want to take it from this:

    How can I make a Matrix span across the form Image 1 Screenshot 30

    To this:

    How can I make a Matrix span across the form Image 2 Screenshot 41

    You can inject the following custom CSS code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-matrix-table {

    font-size: 25px;

    }

    Hope this helps.