Site URL: https://www.weareimagocollective.com/
Hi! I have this code in to change the size of the email and sign up buttons, but the space between "sign up with your..." email field/button and disclaimer is like double what I want it to be.
Here is the code I currently have in:
.newsletter-block {padding-top: 0; padding-bottom: 0}
.sqs-block-newsletter .newsletter-form-field-element {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
button.newsletter-form-button.sqs-system-button {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
Website: https://www.weareimagocollective.com/
Thanks!