Hi!
How can I lessen the white space on my homepage between “Sign up here” and the actual sign up form where people add their name and email address? I don’t need the huge area of white there.
http://www.welmoedverhagen.com
Thanks!
Welmoed
Hey Welmoed,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page .ck_form.ck_naked {
margin-top:0!important;
}
If you like to further reduce you can also add -ve margin like
.page .ck_form.ck_naked {
margin-top:-20px!important;
}
Best regards,
Vinay