How do i delete the space in between questions ?

  • lhenry17
    Asked on July 7, 2017 at 10:45 AM

    Pre home assessment tool

  • aubreybourke
    Replied on July 7, 2017 at 11:11 AM

    Heres a section from the guide which answers your question of how to remove some spacing between questions. Note there are several ways to do the same thing.

    How Can I Change Spacing Between Questions?

     

    I have a working demo here:

    https://form.jotformpro.com/71874058023961

     

    And this is the CSS code I used in my demo:

    .form-line {

      margin-top: 0px;
      margin-bottom: 3px;
      margin-left: 20px;
    }