Checkbox labels not behaving responsively

  • CTec
    Asked on February 20, 2017 at 7:29 AM

    Hi

    I have a form which I've made responsive in the Form Designer. However, there is a section of Checkboxes within the form where the labels do not behave responsively - the overflow of the textbox labels disappear off screen instead of wrapping - for smaller screen sizes.

    https://form.jotform.com/61174654201953

    Thanks in advance.

     

     

  • Welvin Support Team Lead
    Replied on February 20, 2017 at 8:56 AM

    Inject the following custom CSS codes to your form to fix it:

    .form-checkbox-item label, .form-radio-item label {

        white-space: normal !important;

    }

    To inject, please see our steps here: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • CTec
    Replied on February 20, 2017 at 9:51 AM

    Thanks Welvin. That's worked fine.