Is there a way to reduce the padding in the footer. If you look at my homepage, there is a lot of extra wasted space at the bottom of the footer widgets.
I am also having trouble changing the height of the mailchimp buttons for the newsletter sign up form, which is in the footer. I would like the buttons to be the same height as the text (i.e. name and Email). Any help would be greatly appreciated.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#footer .widget {
margin-bottom: 0;
}
#fca_eoi_form_4006 .fca_eoi_layout_1.fca_eoi_layout_postbox div.fca_eoi_layout_submit_button_wrapper input {
min-height: 50px;
}
Best regards,
Yigit
Thank you. I think that reduced it some but there is still quite a bit of extra space at the bottom of the footer?
It looks like the extra spacing is actually right under the Newsletter sign up form. When viewed on mobile, you can see a lot of extra room.