My Form labels are too long

  • bestsingletravel
    Asked on March 27, 2015 at 7:00 PM

    Please look at this form - https://secure.jotformpro.com/form/50857059888979  The photo and the submit button, I can't figure out how to make the outer box smaller - they are overlapping

    Please tell me how to fix because the submit button is overlapping in a lot of my forms.

     

    Thanks... Sheryl

  • Sheryl
    Replied on March 30, 2015 at 7:14 PM

    Thank you that worked.  Can you please give me the code to fix this form

     

    http://form.jotformpro.com/form/31125225476954?

  • jonathan
    Replied on March 30, 2015 at 9:04 PM

    The field ID# is #cid_35 

    My Form labels are too long Image 1 Screenshot 20

    so use this CSS instead

    #cid_35 {

      max-width: 625px;

      margin-left: -12px;

    }

     

    Please let us know how it goes and if you need further assistance.

    Thanks.