CSS code: Adjust paragraph fields

  • Profile Image
    ForeverGift
    Asked on March 30, 2026 at 10:00 PM
    make sure the paragraphs are not stuck to the choices
  • Profile Image
    Lorenz JotForm Support
    Replied on March 30, 2026 at 10:18 PM

    Hi ForeverGift,

    Thanks for reaching out to us for help. To clarify, are you referring to this:

    CSS code: Adjust paragraph fields Image 1 Screenshot 30
    I assume you want to add spaces between the texts, right? If so, then we can also use Custom CSS code to adjust that. You can add the code below into your form:

    li#id_390, li#id_393 {
    margin-bottom: 30px !important;
    }

    Check out my result:
    CSS code: Adjust paragraph fields Image 2 Screenshot 41
    Give it a try and let us know if there's anything else we can help you with.