Form elements are not aligned properly

  • taiwanpieguy
    Asked on August 5, 2017 at 8:00 AM

    Hi, I have cloned an original form (see clone link below) and now the form text when published seems to run almost to the edge. How can I fix this?

    Also, I'm wondering for some new items I have added under "choose set number of each type of pie" like Maple syrup Pecan pie is there a way to show as non checkable?

    Finally on mobile in same section the items wrap text on pie names, but in the middle of a word.

     

    regards Alan 

  • Jan
    Replied on August 5, 2017 at 3:34 PM

    I have cloned an original form (see clone link below) and now the form text when published seems to run almost to the edge. How can I fix this?

    The form's width is set to 650px. Please use the  CSS code below to increase it:

    .form-line {
    width: 93% !important
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Form elements are not aligned properly Image 1 Screenshot 20

     

    I created separate threads for your other issues. Please wait for our reply on these threads:

    Also, I'm wondering for some new items I have added under "choose set number of each type of pie" like Maple syrup Pecan pie is there a way to show as non checkable?

    https://www.jotform.com/answers/1216768

    Finally on mobile in same section the items wrap text on pie names, but in the middle of a word.

    https://www.jotform.com/answers/1216769

    Thank you.