[Support request] grey line on bottom of pages

Home Forums Support [Support request] grey line on bottom of pages

Home Forums Support grey line on bottom of pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565056
    Damon

    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.

    #565113
    Tom
    Lead Developer
    Lead Developer

    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?

    #565232
    Damon

    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.

    #565622
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.