How to decrease space between heading and text?

  • clarkschool
    Asked on May 9, 2016 at 3:46 PM

    Can you please help me figure out how to decrease the amount of space between the form heading and the text box below it (see red arrow in pic)? I've tried making changes to the CSS (margin-bottom, margin-top), but that didn't work.

     

    Jotform Thread 835488 Screenshot
  • Nik_C
    Replied on May 9, 2016 at 5:31 PM

    You can decrease the spacing by injecting the following custom CSS code to your form:

    .form-header-group {  
     height: 65px;    
     margin-bottom: -35px !important;
    }
     
    You can inject the CSS code by following this guide.
  • clarkschool
    Replied on May 9, 2016 at 7:24 PM

    Thank you, that worked great!

    Thank you for continued excellent customer support!

  • David JotForm Support Manager
    Replied on May 9, 2016 at 10:07 PM

    On behalf of my colleague, you are welcome! Please open a new thread if you need anything else, we will be glad to assist you.