How do I make all the input tables the same size for the whole form?

  • SgtNSpy
    Asked on May 17, 2018 at 4:12 AM

    How do I make all the radio button tables the same size for the whole form?

  • Victoria_K
    Replied on May 17, 2018 at 8:28 AM

    Hello,

    You can inject the following css code:

    table {

      min-width: 400px;

    }

    The value of 400px can be changed to any you find more suitable.

    If you need more help, just let us know.

    Thank you.