Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created July 25, 2016 11:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndawood/81489eb753c674bcc1d7f1c962a8c54f to your computer and use it in GitHub Desktop.
Save ibndawood/81489eb753c674bcc1d7f1c962a8c54f to your computer and use it in GitHub Desktop.
MailChimp for WP Form
<div class="input-group">
<input type="email" name="EMAIL" class="form-control" placeholder="Enter your email address" autocomplete="off" required>
<span class="input-group-btn">
<button class="btn btn-secondary" type="submit">Sign Up</button>
</span>
</div>
@akojimsg
Copy link

Is there extra styling required for this code. mc4wp inserts extra div with a padding of 10 and that disaligns the form.

@exentric-gr
Copy link

to fix the padding problem add this to your custom css
.mc4wp-response { padding: 0px; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment