Forums
Forums / Fixing WordPress / Form problem in the footer
(@anonymized-9824923)
5 years, 8 months ago
Hallo! So I’ve added a form to my footer, but I don’t know why there is no spacing between the lines while in the page (the same form) is appearing alright. You can see here: Image Print
Form inside a page appearing OK with spacing between lines
Form inside the footer appearing with NO spacing between lines
How I solve it?
Best regards, Iri
The page I need help with: [log in to see the link]
(@nm1com)
Hi Iri,
The spacing did not work because there is a code for the page’s form that creates the spacing, but this code does not exist for the footer’s form.
Please add the following code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
.mc4wp-form-fields p { margin-bottom: 1em; }
This code should give your site the same spacing between the lines on the form inside your footer:
The topic ‘Form problem in the footer’ is closed to new replies.