Skip to content

Instantly share code, notes, and snippets.

@erickolivares
Last active September 19, 2016 17:39
Show Gist options
  • Save erickolivares/779dbfe42c39245fc60b132e29d29e52 to your computer and use it in GitHub Desktop.
Save erickolivares/779dbfe42c39245fc60b132e29d29e52 to your computer and use it in GitHub Desktop.
Center the Mailchimp's rewards sticker in your email
<html>
<head>
<style>
/** THE CSS **/
.mc-rewards {
text-align: center !important;
width: 100% !important;
margin: 0 auto !important;
width: 112px;
}
.mc-rewards img{
display: block;
margin:0 auto !important;
width: 140px;
}
</style>
</head>
<body>
<p class="mc-rewards">*|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment