for the top space you need to check page editor as space is in editor section
for footer space. please add this css
#supplementary-wrapper {display: none;}
The css for the footer helped a bit, thanks!
But it seems that it is the page title that takes up space in the top. How can I remove that?
Try This:-
#main {
padding-top: 0px !important;
}
Add this too.
.home .entry-content .wrapper {
margin-top: 34px !important;
}
Excactly what I needed, thanks again 🙂