Problem with size of fields

  • pan_jan
    Asked on April 28, 2014 at 10:54 AM

    On Mac OS X (Chrome/Firefox/Safari) everything works fine (right screenshot).

    But on Windows – from XP to 8.1 – (left screenshot) fields have different sizes, which does not look too good.

    Is it possible to do something about it?


    Thanks

    Peter

    GETMO.TO

    Jotform Thread 368607 Screenshot
  • Welvin Support Team Lead
    Replied on April 28, 2014 at 11:17 AM

    Hi Peter,

    I've fixed it by adding the following custom CSS codes to your form:

    .form-textbox, .form-dropdown {

    width: 300px !important;

    }

    The codes were added to the form by following this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. You can change the height if you want to.

    Kindly check again and let us know if that solves the issue.

    Thanks