Viewing 1 replies (of 1 total)
  • Your mailchimp form has a bottom margin of 20px – that’s what the grey bar is below it.

    Try this CSS if you want to get rid of it completely:

    form#mc-embedded-subscribe-form {
    margin: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Can't Remove Grey Bar at Bottom of Header’ is closed to new replies.