Reduce space between lines in "Sliders with Calculated Results" widget

  • dbudano
    Asked on October 23, 2017 at 5:27 AM

    Hello,


    I would like to integrate this widget but the big space between line don't look nice to me. Would it be possible to reduce it with CSS injected code ?


    Someone could help me ?

    Jotform Thread 1279802 Screenshot
  • candy
    Replied on October 23, 2017 at 9:46 AM

    You can reduce vertical spacing between elements in the "Sliders with Calculated Result" widget by injecting following CSS codes as you can see the screenshot below:

    .sliderTable, tr {

    height: 10px; 

    }

    1508766283Screen Shot 2017 10 23 at 4 Screenshot 10

    Please find the following guide to see how to inject CSS codes to widgets: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    I hope this helps.