This topic has 6 replies, 2 voices, and was last updated 7 months, 3 weeks ago ago by Luca Rossi
Hello,
I have a form that I embedded into my footer. The formatting is not displaying properly and I was wondering if someone knows the coding or a way to make it smaller so it fits better into the footer please and thank you.
Dear Jade,
We hope this message finds you well.
Could you please insert the following CSS code into the designated area of our website? Navigate to Theme Options, then select Theme Custom CSS, and finally, paste the code into the Global CSS section:
label.omnisend-form-6607328d7a3b55dd1852502d-field-container-660733f9ce436a532a3e1eed-legal {
padding: 0 !important;
margin-bottom: 15px !important;
}
input#omnisend-form-6607328d7a3b55dd1852502d-field-container-660733f9ce436a532a3e1eed-checkbox {
height: 30px;
}
div#omnisend-form-6607328d7a3b55dd1852502d-field-660733f9ce436a532a3e1eeb,
.omnisend-form-6607328d7a3b55dd1852502d-field-container-660733f9ce436a532a3e1eec {
padding: 0;
margin-bottom: 15px;
}
input#omnisend-form-6607328d7a3b55dd1852502d-field-container-660733f9ce436a532a3e1eeb-emailField-input,
input#omnisend-form-6607328d7a3b55dd1852502d-field-container-660733f9ce436a532a3e1eec-phoneNumberField-input {
padding: 15px !important;
height: 45px !important;
}
.omnisend-form-6607328d7a3b55dd1852502d-text-6607381dce436a532a3e1f96 {
padding: 0;
}
.omnisend-form-6607328d7a3b55dd1852502d-field-container-660733f9ce436a532a3e1eec-phone-number-prefix {
height: 45px;
}
.omnisend-form-6607328d7a3b55dd1852502d-action-container-660733f9ce436a532a3e1eee {
padding: 0;
}
We trust that the implementation of this code will contribute positively to the website’s functionality. Should you require any further assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
Hello,
I uploaded the code but there isn’t any difference in the form.
Hi @Jade,
We’ve updated the custom CSS to this:
/* newsletter */
div#newsletter input[type='email'],
div#newsletter input[type='tel']
div#newsletter div[role="combobox"] {
padding: 10px !important;
height: 30px !important;
}
div#newsletter button {
padding: 10px !important;
}
div#newsletter .omnisend-mobile-container > div {
padding: 0 10px !important;
margin-bottom: 15px;
}
And now the spacing is smaller, can you check?
Best regards,
The 8Theme Team
Awesome thank you so much this looks much better.
We are pleased to extend our warmest welcome to you.
Please feel free to modify the padding or margin settings as per your requirements.
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up