Last active
October 26, 2015 23:35
-
-
Save mathetos/80ee2b5aede82bf5e51f to your computer and use it in GitHub Desktop.
Give Center Form Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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