File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,15 @@ function mailchimp_sf_signup_form( $args = array() ) {
86
86
-moz-box-sizing: border-box;
87
87
-webkit-box-sizing: border-box;
88
88
box-sizing: border-box;
89
+ padding: 10px 8px;
89
90
width: 100%;
90
91
}
91
92
.mc_input.mc_phone {
92
93
width: auto;
93
94
}
94
95
select.mc_select {
95
96
margin-top: 0.5em;
97
+ padding: 10px 8px;
96
98
width: 100%;
97
99
}
98
100
.mc_address_label {
@@ -101,6 +103,7 @@ function mailchimp_sf_signup_form( $args = array() ) {
101
103
display: block;
102
104
}
103
105
.mc_address_label ~ select {
106
+ padding: 10px 8px;
104
107
width: 100%;
105
108
}
106
109
.mc_list li {
@@ -117,6 +120,7 @@ function mailchimp_sf_signup_form( $args = array() ) {
117
120
}
118
121
#mc_signup_submit {
119
122
margin-top: 1.5em;
123
+ padding: 10px 8px;
120
124
width: 80%;
121
125
}
122
126
#mc_unsub_link a {
You can’t perform that action at this time.
0 commit comments