MultiSelect Grid widget: Adjust column width

  • Ezp
    Asked on November 28, 2022 at 6:52 PM

    I need help with changing the width of one column in the MultiSelect Grid widget.

  • Sonnyfer JotForm Support
    Replied on November 29, 2022 at 12:56 AM

    Hi Ezp,

    Thanks for reaching out to Jotform Support. You can inject the below CSS Code to the widget to adjust its column width:

    th, td {
      min-width: 100px;
    }

    Here's what it should look like afterward:

    1669701410 63859f221330e 63859f22132cd Screenshot 10

    Let us know if you need any more help.