how do i eliminate the space at the top of the form between the banner image and the form edge?, and b/w text and banner?

  • CourtneyRLewis
    Asked on March 3, 2017 at 10:33 AM
  • David JotForm Support
    Replied on March 3, 2017 at 1:11 PM

    Adding the following code to your form should remove all padding at the top of it:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #id_1, .form-all {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }