Having trouble removing the padding from the footer on my website, hoo.co.uk.
footer#footer
I attempted to solve it by adding:
footer#footer {
padding: 0px !important;
}
Unfortunately, this approach did not work for me. I also couldn't locate the original style sheet.
If anyone has a solution, please guide me through it.
Thank you!