Tagged: footer
Hi,
Is there a way to fix the footer height?
See PM for website link : the footer is too big in height. How can we reduce it (remove blank spaces over and below the text widgets)
Thank you!
Hey next_thomas,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#footer {
padding: 0;
}
#footer .widget {
margin: 20px 0 10px 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Works now as expected.
Thank you!