Resserer plusieurs champs texte

  • Profile Image
    cfwb_dgbf_ctx
    Demandé le 13 octobre 2025 à 11:14

    Bonjour,

    Est-il possible avec du code CSS de diminuer l'espacement entre certains champs sur mon formulaire ?

    J'aimerai diminuer l'espacement entre ces champs de ce formulaire

    https://form.jotform.com/251664742244357

    Resserer plusieurs champs texte Image 1 Screenshot 20

    Merci beaucoup

  • Profile Image
    Reymae Jotform Support
    Répondu le 13 octobre 2025 à 14:21

    Hi cfwb_dgbf_ctx, 

    Thanks for reaching out to Jotform Support. You can easily reduce the space between the fields by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    #id_389,
    #id_390,
    #id_391,
    #id_392 {
      margin-bottom: -10px;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Resserer plusieurs champs texte Image 1 Screenshot 30 Take a look at the screenshot below to see how it works after:Resserer plusieurs champs texte Image 2 Screenshot 41Give it a try and let us know how it goes.

Your Reply