Hi there,
I’m trying to use this theme but I cannot remove the footer =(
Right now I’ve put this in the custom CSS section:
div#content {
margin-top: 0;
}
#main .page-header {
display: none;
}
.entry-content {
margin-top: 0;
}
.copyright {
display: none;
}
.site-footer {
display: none;
}
And this is the result: https://s28.postimg.org/48jl59c25/footer.jpg
I want to remove that white space.