Skip to content

Instantly share code, notes, and snippets.

@mathetos
Last active October 26, 2015 23:35
Show Gist options
  • Save mathetos/80ee2b5aede82bf5e51f to your computer and use it in GitHub Desktop.
Save mathetos/80ee2b5aede82bf5e51f to your computer and use it in GitHub Desktop.
Give Center Form Styles
div[class*="give-form-wrap"] {
text-align: center;
}
.give-total-wrap,
#give-final-total-wrap {
display: inline-block;
margin: 0 auto;
}
#give-donation-level-button-wrap,
#give-gateway-radio-list{
text-align: center;
float: none;
}
#give-donation-level-button-wrap>li,
#give-gateway-radio-list>li {
display: inline-block;
float: none;
}
.give-submit-button-wrap {
text-align: center;
}
.give-submit-button-wrap input.give-submit {
margin: 0 auto;
float: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment