Reduce Distance Between Lines

  • gibbonized
    Asked on March 3, 2015 at 9:28 AM
    And is it possible to reduce the distance between the lines? Right now the distance is really big.
  • raul
    Replied on March 3, 2015 at 10:48 AM

    Please try to add the following CSS code to your form: 

    .form-line.form-line-column {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    }

    This would be the result:

    Reduce Distance Between Lines Image 1 Screenshot 20

    Let us know if this is what you want to accomplish.
    Thank you.