Wie kann die Lücke zwischen Absatzfeld und Einzelauswahlfeld mithilfe von benutzerdefiniertem CSS-Code verringert werden?

  • Leiste
    Gefragt am 24. Oktober 2024 um 10:24
    Wenn ich deinem Weg folge, dann habe ich aber einen deutlich zu großen Abstand zwischen der Frage und den Antwortmöglichkeiten - gibt es keinen besseren Weg oder Workaround?Hinzufügen eines Zeilenumbruchs in Frage Image 1 Screenshot 20 Screenshot 10
  • Royce Jotform Support
    Geantwortet am 24. Oktober 2024 um 11:21

    Hi Eric,

    You can use a custom CSS code on Inject Custom CSS to reduce the gap between Paragraph field and Single Choice field. You can clone my demo form, or you can do it on your end. Let me show you how to do it:

    1. Copy the custom CSS code below:

    /*To reduce the gap between Paragraph field and Single Choice field*/
    #id_299 {
      margin-top: -70px !important;
    }
    /*Ends here*/


    2. In Form Builder, click on the Paint Roller icon on the upper-right part of the screen.

    Wie kann die Lücke zwischen Absatzfeld und Einzelauswahlfeld mithilfe von benutzerdefiniertem CSS Code verringert werden? Image 1 Screenshot 40

    3. Click on the Styles tab next to the Colors tab.

    Wie kann die Lücke zwischen Absatzfeld und Einzelauswahlfeld mithilfe von benutzerdefiniertem CSS Code verringert werden? Image 2 Screenshot 51

    4. Scroll down, paste the custom CSS code on Inject Custom CSS field.

    Wie kann die Lücke zwischen Absatzfeld und Einzelauswahlfeld mithilfe von benutzerdefiniertem CSS Code verringert werden? Image 3 Screenshot 62

    That's it. Give it a try and let us know if you have any other questions.