Form field out of line and not full width, please advise

  • Dannilee
    Asked on May 4, 2014 at 12:24 AM

    Hi

     

    I did a form for a client and the address field is too far to the left in FF, please can you adise how I can fix this.

    The live form can be seen on the link below (I don't want the clients url indexed hense why I didn't post it)

    http://tinyurl.com/npx5m9e

    Also the address field is too short in IE, it should be the same width as the Full Name field above, it is in FF but as I say not in IE.

    Please can someone supply me with the CSS to fix these issues

    Thanks

    D

  • Welvin Support Team Lead
    Replied on May 4, 2014 at 3:58 AM

    Hi,

    Please check this cloned version of the form: http://www.jotformpro.com/form/41232121396950. If this is perfect, then simply inject the following custom CSS codes to your form:

    input, textarea {

    width: 300px !important;

    }

    Inject the codes by following this guide: How-to-Inject-Custom-CSS-Codes. I already tested this using FF 29, Chrome 34.0.1847.131 m and IE 9 and 11 (windows 7), and everything is good.

    I hope that helps.

    Thanks