Reduce space between lines

  • milladesignmaccom
    Asked on October 27, 2017 at 9:57 AM

    is there any way to reduce the space between the lines here?


    http://heromarin01.businesscatalyst.com/bestilling.html

    Jotform Thread 1284141 Screenshot
  • milladesignmaccom
    Replied on October 27, 2017 at 9:58 AM

    without reducing the space between the options just the text and when the text break in two lines.

  • Kevin Support Team Lead
    Replied on October 27, 2017 at 11:17 AM

    Please try injecting the following CSS code: 

    .form-checkbox-item label, .form-radio-item label{

      line-height: 20px !important;

    }

    This guide will help you doing so: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    This should be the result: 

    Reduce space between lines Image 10

    I hope this helps.