Multiple choice field: How to increase column width?

  • capconnect
    Asked on March 22, 2021 at 6:41 PM

    How do I increase the column width in the the various sections so that the picklists do not go into into second lines?


    Looking at sections covering Strategies, Countries and Region, Sector & Themes

  • Laura JotForm Support
    Replied on March 23, 2021 at 3:18 AM

    Hi,

    Please try the following CSS:

     #cid_228 span.form-checkbox-item {
      width : 200px;
    }

    #cid_219 span.form-checkbox-item {
      width : 200px;
    }

    #cid_223 span.form-checkbox-item {
      width : 200px;
    }


    This should make the answers on one line. You can adjust the width to your preferences.

    1616483866 6059961aa8627 css Screenshot 10

    Let us know if you have any further questions, and we are happy to help!