Subscription Form
- The topic ‘Subscription Form’ is closed to new replies.
Need help? Check out our Support site, then
When in the customizer, the email address form spans the length of the cover adjacent to the button. When I view it within my page, the email form is very small with a HUGE gap between it and the button. What do I need to do to ensure it looks the way it does in the customizer (spanning the length of the cover)? My spacing settings is set to 0 space between.
The blog I need help with is: (visible only to logged in users)
Hello,
Try adding the following CSS in the Customizer:
#subscribe-field {
width: 100%;
line-height: 1.2;
margin: 0px;
}
#subscribe-submit button {
margin: 0px;
}
I hope this helps.
Thanks!
Perfect! Thanks