-
stephaniebringsGefragt am 21. März 2025 um 04:50
Ich möchte den Abstand zwischen zwei Feldern verringern. Habe es mit CSS versucht. Es gelingt mir aber leider nicht.
Bewerbungsformular Klein gegen Groß - Jotform Form Builder
zum Beispiel: Abstand zwischen Logo und Text "Bewerbungsbogen
-
Christopher Jotform SupportGeantwortet am 21. März 2025 um 08:47
Hi Stephanie,
Thanks for reaching out to Jotform Support. Our German Support agents are busy helping other Jotform users right now, so 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 German, let us know and we can have them do that. But, it might take a while until they're available again.
Now, coming back to your question, we can adjust the padding and margin of both elements by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
li#id_105 {
margin: 8px 4px 0px 4px !important;
padding: 12px 10px 0px 10px !important;
}
li#id_143 {
margin: 0px 4px 8px 4px !important;
padding: 0px 10px 12px 10px !important;
}
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.
Result:
Give it a try and let us know how it goes.
Ihre Antwort
Something Went Wrong
An error occurred while generating the AI response. Please try again!