How can I get rid of a white bar that is appearing at the top and bottom of my form?

  • Artistlin
    Asked on May 10, 2016 at 5:08 PM

    I would like my form to just have a dark blue background. I don't see anywhere on the design where I can get rid of the white bars that are appearing at the top and bottom of my form. Please advise.

     

    Thanks,

    Lin Teichman

     

    Jotform Thread 836384 Screenshot
  • victor
    Replied on May 10, 2016 at 5:54 PM

    You can try to add this custom CSS code in your form to reduce white space at the top and bottom of the form.

    .form-all {

        padding-top: 0px !important;

        padding-bottom: 0px !important;

    }

    To add/inject custom CSS code in your form, just follow the instruction provided in this article: How to Inject Custom CSS Codes.

     

    Do let us know if you need further assistance.