How do I remove a space between paragraphs

  • ECLC
    Asked on August 15, 2017 at 11:21 AM

    For example:

    I want to remove the space between this sentence and the one above.

  • ECLC
    Replied on August 15, 2017 at 11:51 AM

    Here is the code:

    <p style="text-align: left;"><strong>Infant-Toddlers/Twos - minimum of 1 day maximum of 3 days</strong></p>

    <p style="text-align: left;"><strong>Threes - minimum 2 days maximum 3 days</strong></p>

    <p style="text-align: left;"><strong>Pre-K - minimum 3 days maximum 4 days</strong></p>

    <p style="text-align: left;"><strong>Placements will be made on a first-come, first-served basis.&nbsp; Priority will be given to those who choose multiple day options.</strong></p>

  • Mike_G JotForm Support
    Replied on August 15, 2017 at 12:17 PM

    Aside from the workaround @godporiot has mentioned, you can also just add the custom CSS codes below to your form following this guide — How-to-Inject-Custom-CSS-Codes

    div[id^="text"] p {

    margin: 0px !important;

    }

    If you have other questions regarding this, please feel free to contact us anytime.