[ad_1]
Hey,
Just curious if anyone knows code that can be used to remove the a white line / background just above the footer on this page [https://hamiltonsystems.co.uk/insights/](https://hamiltonsystems.co.uk/insights/)
It appears on others but not all of them, i’ve tried a lot of different things but still there.
Thanks
[ad_2]
You have bottom padding on the #main element. Can you try
#main {
padding-bottom: 0px;
}