How to increase the number of characters in a radio button label to see all words in one line

  • aloeveramanager
    Asked on June 25, 2015 at 11:39 PM

    How to increase the number of characters in a radio button label to see all words in one line.

    http://form.jotformeu.com/form/51686456129363

     

    Thanks in advance

  • jonathan
    Replied on June 26, 2015 at 1:24 AM

    Inject the following CSS codes to your to increase radio button item columns.

     

    .form-multiple-column .form-radio-item {

    width: 200px !important;

    }

    You can increase 200px width if you like. Guide: How to Inject Custom CSS Codes to your Form

    How to increase the number of characters in a radio button label to see all words in one line Image 1 Screenshot 20

    Let us know if you have any other questions or concerns. Thank you for using JotForm!

    Thanks.