How can I make the footer have zero white space. There is a line the more white space lets get rid of the line. I need to bring it down 98 % very close to the footer menu. Its on all pages but the home page seems to have more white space with the essential grid Instagram feed. Why is this home page instagram grid making so much space??

Hi @rotation,
Thank you for writing in, that white space on your footer is the Footer Widget Area which is empty, to deactivate that please navigate to Theme Options > Footer and set the Footer Widget Area to none.
The remaining white space on your homepage is the last to section’s bottom padding, please inspect your last section (where the grid is placed) and zero-out the bottom padding.
Hope it helps,
Cheers!
I need to delete the line at the bottom I sent a screen shot.
I can have 4 footer widget sections thats not what i am talking about that line in the image how can i take that off?
Hi @rotation,
Do you mean the borders? Please add this to Theme Options > CSS
footer.x-colophon.top,
footer.x-colophon.bottom {
border-width: 0;
}
Hope it helps,
Cheers!
Ok I like the bottom line - its the top line I dont want its gone now.
but I need the bottom line to come back.
The white space is still too much - How can I get rid of the white space?
Hi @rotation,
Please update the previous CSS to this:
footer.x-colophon.top {
border: none;
padding: 15px;
}

Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.