Archived topic
Padding around form within post
1 reply · Started by Beth on March 7, 2016
Viewing posts 1–2 of 2
I inserted an Active Campaign subscriber form within my blog post. How can I reduce the padding around the form? I want it closer to the text above it.
Notice how much space there is between the subscriber box and text above and image below. http://lovinglearningfreely.com/daily-life-ancient-egypt-online-unit-study/
Hi there,
This padding is built into the form.
To remove it, add this CSS:
#_form_56DE7BDFD0C8E_._form._inline-form {
margin-top: 0 !important;
padding: 0 !important;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
This archived topic is closed to new replies.
