Text overlaps on the edge of the form

  • rockonmusic
    Asked on March 10, 2015 at 11:57 AM
    2) some of the text is sticking out over the edge of the form. no amount of changing the width and padding seems to change this. the submit button at the bottom of the form is also sticking out over the form.
  • Charlie
    Replied on March 10, 2015 at 12:24 PM

    Hi,

    For the overlapping text, you could try using this custom CSS code, try adjusting the max-width value and see what fits best.

    #label_19, #label_21 {

        white-space : normal;

        max-width : 90% !important;

    }

    Do let us know if this works. You can see the changes here in the edited cloned form: http://form.jotformpro.com/form/50685088807971 

    Thank you.