How to maximize the width of input fields?

  • atraetusmejoresclientes
    Fecha de consulta 9 de noviembre de 2023, 21:58

    Hola, requiero reducir el espacio de entre el borde del formulario y el campo.

    Segun la imagen adjunta

    Jotform Thread 9006681 Screenshot
  • Raymond Jotform Support
    Fecha de respuesta 10 de noviembre de 2023, 3:06

    Hi Diego,

    Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    We can help you maximize the width of your form fields with CSS code. Let me show you how to do that:

    • In Form Builder, click on the Paint roller icon on the right.
    • Click on the Styles tab and paste the codes below into the CSS box.
    /* maximize witdth of input fields - 9006681*/

    .form-input-wide {
      width: 100% !important;
    }
    /* Ends here */

    How to maximize the width of input fields? Image 1 Screenshot 20

    You may also test this demo form or clone it to your account to inspect it further.

    Give it a try and let us know if you need any help.

  • atraetusmejoresclientes
    Fecha de respuesta 2 de enero de 2024, 8:54

    Thanks!