Skip to content

Instantly share code, notes, and snippets.

@vermasachin
Last active December 28, 2015 19:29
Show Gist options
  • Save vermasachin/7550173 to your computer and use it in GitHub Desktop.
Save vermasachin/7550173 to your computer and use it in GitHub Desktop.
Horizontal Opt-in CSS
/** MailChimp Custom Style for Horizontal Bar form **/
.mc-embed-signup {
float: left;
padding: 20px;
padding: 2rem;
border: 15px solid #e3e3e3;
background: #f9f9f9;
width: 100%;
}
.mc-field-text {
float: left;
padding: 5px;
color: #666;
}
.mc-field-text-top {
font-size: 30px;
font-weight: bold;
color: #A0CE4E;
}
.mc-embed-signup .email {
float: left;
margin: 5px 10px 5px;
max-width: 380px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment