Minor CSS changes to the Climate Emergency page...
CSS changes
XL & L...
- .enform-side-style .enform {
margin-top: 96px;
margin-bottom: 60px;
float: right;
width: 40%;
max-width: 444px;
box-sizing: content-box;
box-shadow: 0 2px 5px rgba(0,0,0,.25);
padding: 32px 30px 35px 30px;
}
-
This is the bit I changed... 32px 30px 40px 30px;
-
.site-footer_min .gp-year {
color:
#FFF;
font-size: .8rem;
font-family: Lora,serif;
margin: 16px 0 64px 0;
}
Then M...
body.theme-climate .form-caption .campaign-logo {
width: 380px;
max-width: 100%;
padding-bottom: 30px;
padding-top: 10px;
display: block;
{color:#444444}}
.single-campaign .enform-side-style img {
margin-top: 0px;
{color:#444444}}
.single-campaign .container {
margin-top: 30px;
{color:#444444}}
.enform-side-style .enform {
overflow: hidden;
align-items: center;
min-height: 444px;
background:
#FFF
;
padding-top: 28px;
float: none;
width: 100vw;
margin-top: 0px;
margin-bottom: 0;
{color:#444444}}
On medium and small the space between the text and the (First Name) text field is too large. Reduce it down to 64px