Tagged: footer
Hi,
How do you change the footer height/ padding in Enfold? I added a text widget which incorporate a logo image and copy in the footer just in the first widget (3 widgets in total), however the padding above and below the content is too big and I want to reduce it.
Thanks :)
Hi pryorconsulting!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer {
margin: 0;
padding: 0;
}
Best regards,
Yigit
Am I missing something I’ve tried this code on my site and still the same space, would this be because I have the socket turned on? is there some additional code I should add to the quick css? http://henricoschools.us
Hi!
Please try adding this as well:
#footer .widget {
margin: 0px 0 0px 0 !important;
}
Regards,
Rikard
That did it, thanks Rikard!