Archived topic
grey line on bottom of pages
3 replies · Started by Damon on May 1, 2018
Tom, I'm stuck trying to get rid of a grey bar at the bottom of my pages. Wondering if you might be able to assist getting rid of it? When I change themes, it goes away. So I'm betting it's some GP feature I turned on or off, and can't diagnose by inspecting the css. Take a look on the bottom of my home page, below the copyright line. That's the grey bar! Thanks for any suggestions.
That's the comments container. Are comments enabled on that page?
It's weird that the container exists, but no comment data is there. Any modifications made to theme files? Custom functions?
Thank you for the quick reply. Turns out that was a Peepso comments section. I used CSS to hide it. But that only removed the white strip at the bottom. Still have a mysterious grey bar at the bottom. Would appreciate any more suggestions.
It would be better to be able to remove the container, as GP will then remove the space for you.
Alternatively, you can add this CSS:
.site-main .type-page {
margin-bottom: 0;
}