Reduce Space Between header and element

  • Perlman
    Asked on October 8, 2017 at 11:09 AM

    Is there css code to decrease the space between an animated header and a text element?


    Thank you,

    Spencer

    Jotform Thread 1267639 Screenshot
  • Perlman
    Replied on October 8, 2017 at 2:18 PM

    This is what I have tried, but the spacing is still too large:

    }

    #id_277,#id_255 {

        margin-top : 0px !important;

        margin-bottom : 0px !important;

        padding : 0px 36px !important;

    }


    https://form.jotform.com/72765272602154

  • Elton Support Team Lead
    Replied on October 8, 2017 at 4:34 PM

    Try changing the height of that heading widget from 180 to maybe 60. This should at least reduce the spacing.

    Here's how:

    Reduce Space Between header and element Image 1 Screenshot 20

  • Perlman
    Replied on October 9, 2017 at 12:31 AM

    Thank you very much.  That was the problem.