Support
Support » Theme: Tiny Framework » Remove Spaces Above Footer
(@carljw116)
5 months, 3 weeks ago
On any page on this site, there is a large amount of blank space before the footer. What is the best way to remove most of this space on every page? Thank you.
The page I need help with: [log in to see the link]
(@andreyrublev2000)
2 months, 2 weeks ago
Hi, Try in additional CSS to add this:
.page .content-area article { margin-bottom: 0; }