Tables are uneven.

  • cultad
    Asked on December 13, 2016 at 8:07 PM

    Hello, I have several tables on this form.

    But they are all different widths. Is there a way to make the tables the same width? Thanks.

  • Elton Support Team Lead
    Replied on December 13, 2016 at 10:52 PM

    Inject this CSS codes to your form to expand all the tables in its full width so they all look the same.

    .form-html table {

        width: 100% !important;

        table-layout: fixed;

    }

    .form-html table td{

        word-wrap: break-word;

    }

    Note that this will also wrap the long URLs so it won't overlap its cell.

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Expected result:

    Tables are uneven Screenshot 20