Questions Online Being Cut Off

  • cknoren
    Asked on June 28, 2017 at 12:54 PM

    I know this must have something to do with form width, but I'm having a hard time figuring it out.

    The issue is that questions are being cut off online when they are lengthy rather than wrapping. 

     

     

    Jotform Thread 1186199 Screenshot
  • Kevin Support Team Lead
    Replied on June 28, 2017 at 3:03 PM

    I have checked your form http://www.jotform.us/form/62865331198160 and the questions seem to be displaying properly: 

    Questions Online Being Cut Off Image 1 Screenshot 20

    Have you embedded your form? 

    If so, please share us the link to the webpage, we will be glad to take a look on it. 

    Looking forward to your response. 

  • cknoren
    Replied on June 28, 2017 at 6:39 PM

    Oh great, thanks! Here is the link:

     

    http://www.outwardboundcalifornia.org/connect/careers/field-positions/field-application/

  • Kevin Support Team Lead
    Replied on June 28, 2017 at 8:03 PM

    I can see the issue on your embedded form and also on a cloned form of yours, it seems like the issue is related to the fixed with  value you have set up: 

    Questions Online Being Cut Off Image 1 Screenshot 20

    Please, inject this code to resolve it: 

    .form-all{

      width: 100%;

    }

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

    Hope this helps. 

  • cknoren
    Replied on June 29, 2017 at 12:46 PM

    Genius! Thank you so much, you answered that super quickly and with a simple solution!