Desktop-View: Width of the form fields

  • infomondstaubcom
    Asked on February 23, 2020 at 3:45 PM

    Hi

    My form fields are showing in the desktop-view all different widths. Example attached.

    All adjustments with the designer are not affecting this. What can I do?



    Thanks for your support.

    Patrick

    Jotform Thread 2176830 Screenshot
  • jonathan
    Replied on February 23, 2020 at 4:03 PM

    Please try adding these custom CSS codes on your form 

    .form-textbox, .form-textarea {

        width: 150%;

        max-width: 690px;

    }

    1582491756zzz 2020 02 24 05 Screenshot 10

    Let us know if this still did not resolved the issue.

     

  • infomondstaubcom
    Replied on February 23, 2020 at 4:15 PM

    Thanks. I added the css. But no effect. Still the same problem.

  • jonathan
    Replied on February 23, 2020 at 4:47 PM

    Sorry for that. I made another adjustment on the CSS codes. It appears to have fixed the issue.

    1582494448zzz 2020 02 24 05 Screenshot 10


    Please check/test also again on your side. Let us know if still not working properly.