Form text area showing different in different browser!

  • pmdjotform
    Asked on September 23, 2014 at 6:54 PM

     

    The form text width is showing different width in different browser, could you help me out?

    1.firefox in Mac 2.google chrome in mac 3. IE

     

    I wanna them all showing like google chrome

    Form text area showing different in different browser! Image 1 Screenshot 40Form text area showing different in different browser! Image 2 Screenshot 51Form text area showing different in different browser! Image 3 Screenshot 62

  • Ashwin JotForm Support
    Replied on September 24, 2014 at 12:27 AM

    Hello andrewpmd,

    Please inject the following custom css code in your form and see if that helps you:

    .form-textbox {

    width: 220px !important;

    }

    .form-textarea {

    width: 220px !important;

    }

    The following guide should help you in injecting custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • pmdjotform
    Replied on September 24, 2014 at 5:24 PM

    Thank you ashwin_d, already got that figured out.