Skip to content

Commit c287ab0

Browse files
committed
Only set bottom margin, not top
1 parent 7a176b5 commit c287ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailchimp_widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function mailchimp_sf_signup_form( $args = array() ) {
8686
.mc_custom_border_hdr,
8787
#mc_subheader {
8888
line-height: 1.25em;
89-
margin: 18px 0;
89+
margin-bottom: 18px;
9090
}
9191
.mc_merge_var {
9292
margin-bottom: 1.0em;

0 commit comments

Comments
 (0)