Increase vertical spacing between questions

  • chiragvora123
    Asked on July 4, 2014 at 9:52 AM
    Also how to increase spacing in each between each questions
    and also between questions and its options.
  • Welvin Support Team Lead
    Replied on July 4, 2014 at 11:13 AM

    Please follow this guide to increase spacing between each questions: http://www.jotform.com/help/156-How-to-reduce-vertical-spacing-between-fields. If this won't work, you can use the following custom CSS codes:

    .form-line {

    padding-bottom: 50px !important;

    }

    Increase 50px until you'll get your desired spacing.

    Thanks