Skip to content

Instantly share code, notes, and snippets.

@aaronmoodie
Created November 9, 2012 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronmoodie/4045239 to your computer and use it in GitHub Desktop.
Save aaronmoodie/4045239 to your computer and use it in GitHub Desktop.
# html
# place under div.email (92)
<div class="gifts-newsletter">
<input type="checkbox" name="etsy_gift" id="etsy_gift"> <label for="etsy_gift">I'd also like great gift ideas from Etsy.</label>
</div>
# css
# place under form div.email (314)
.reminder p {
margin-top: 42px }
form div.gifts-newsletter {
position: absolute;
top: 35px;
font-size: 12px;
color: #454545; }
form div.gifts-newsletter label {
padding-left: 5px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment