Remove the white spacing below the form

  • modedesign
    Asked on July 18, 2017 at 3:57 PM
    I also cannot remove the white spacing below the form - I tried all the solutions on your support forums for both issues, but they have not worked.
  • aubreybourke
    Replied on July 18, 2017 at 4:11 PM

    You could try this CSS:

    .form-all {
        margin-bottom: 0px !important;
    }

    .supernova{
      background: none !important;
    }

    Here we remove the margin between the base of the form and the bottom of the page.

    Then we remove the background of the page.