How can I increase the characters in the "options" field?

  • mjmcrew
    Asked on November 23, 2015 at 6:00 AM
  • Carina
    Replied on November 23, 2015 at 9:16 AM

    If you want to increase the width of the checkbox fields, please add this css code:

    .form-radio-item, .form-checkbox-item {
          max-width: 650px;
        width: 100%;
    }
     
    You can test and clone the demo form:  

    Let us know if we can assist you further.