Adjust spacing between lines Animated Heading Widget

  • Perlman
    Asked on October 5, 2017 at 12:27 PM

    Hello,

    Is there a widget setting or css code available to adjust the spacing between an animated heading that has two lines?

    See attached screen shot for reference.  I would like a smaller space between the two lines that make up the animated heading.

     

    Thanks,

    Spencer

    Jotform Thread 1265838 Screenshot
  • David JotForm Support
    Replied on October 5, 2017 at 1:34 PM

    Adding the following code directly to the widget's CSS section should allow for the adjustments you are looking for:

    .tt {
    line-height: 18px;
    }

    Adjust spacing between lines Animated Heading Widget Image 1 Screenshot 20

    Adjust the height value to adjust the spacing.

  • Perlman
    Replied on October 5, 2017 at 2:43 PM
    Thank you,
    That worked well.
    ________________________________
    ...
  • David JotForm Support
    Replied on October 5, 2017 at 3:15 PM

    Very welcome!  If there is anything else we can help with, just let us know.