Skip to content

Instantly share code, notes, and snippets.

@jasonhobbsllc
Created January 14, 2016 17:23
Show Gist options
  • Save jasonhobbsllc/ff6788914a71b3edfea4 to your computer and use it in GitHub Desktop.
Save jasonhobbsllc/ff6788914a71b3edfea4 to your computer and use it in GitHub Desktop.
CSS by Jon Petersen for George Cuevas in RM FB Group to create a LP checkout form that looks like a checkout form George found in copyblogger.com.
.premise-checkout-wrap {
background: #222;
color: #fff;
}
.premise-checkout-wrap form {
padding: 40px;
text-align: left;
width: 100%;
}
.premise-checkout-wrap .accesspress-checkout-form-row {
border-bottom: none;
padding: 5px 0;
}
.premise-checkout-wrap input.input-submit {
padding: 20px;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment