Form is cutoff when viewed on mobile browser

  • Middlesexcc
    Asked on March 5, 2017 at 4:16 PM
    I noticed when I view my form on my mobile phone that on page two with the question of "What are your educational goals?" the  2nd options runs off the page. Any idea why?
  • jonathan
    Replied on March 5, 2017 at 4:51 PM

    Please add this code to your form https://www.jotform.us/form/63656033912152

     

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

        white-space: normal !important;

    }

    it should be inside the @media code you have already used.

    Form is cutoff when viewed on mobile browser Image 1 Screenshot 30

     

    result:

    Form is cutoff when viewed on mobile browser Image 2 Screenshot 41

     

    Let us know how it goes