-
cfwb_dgbf_ctxDemandé 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
Merci beaucoup
-
Reymae Jotform SupportRé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.
Give it a try and let us know how it goes.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!