Skip to content

Commit b41ea11

Browse files
Styling fixes for GDPR fields
1 parent 90615b3 commit b41ea11

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

css/style.css

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ p {
55
h1, h2, h3 {
66
font-family: 'Boogaloo', sans-serif;
77
}
8-
8+
#gdpr_39820{
9+
width:5%;
10+
}
911
#mc_embed_signup {
1012
background: #fff;
1113
clear: left;
@@ -41,4 +43,24 @@ h1, h2, h3 {
4143
.mobileLogo {
4244
display: none;
4345
}
46+
}
47+
48+
#mc-embedded-subscribe-form input[type=checkbox] {
49+
display: inline;
50+
width: auto;
51+
margin-right: 10px;
52+
}
53+
54+
#mergeRow-gdpr {
55+
margin-top: 20px;
56+
}
57+
58+
#mergeRow-gdpr fieldset label {
59+
font-weight: normal;
60+
}
61+
62+
#mc-embedded-subscribe-form .mc_fieldset {
63+
border: none;
64+
min-height: 0px;
65+
padding-bottom: 0px;
4466
}

0 commit comments

Comments
 (0)