How can I make this checkbox mobile responsive?

  • ZeshanHaider
    Asked on October 4, 2017 at 1:12 PM

    How can I make this checkbox mobile responsive? Please provide me the CSS.

    Jotform Thread 1264886 Screenshot
  • Kevin Support Team Lead
    Replied on October 4, 2017 at 2:26 PM

    May you please try injecting the following CSS code to your form: 

    .form-checkbox-item:not(#foo) label {

        word-break: break-word;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps. 

  • ZeshanHaider
    Replied on October 5, 2017 at 3:45 AM

    It worked. May God bless you!