• Resolved bwhventures

    (@bwhventures)


    Hello, I’m having trouble trying to delete a gap between the header and page content. If you view the link on a desktop, it shows a blank gap. When I view it on mobile, it looks like a white box is there that is causing this gap. Any help is appreciated!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    That space is tagged “post thumbnail blog image”, so I guess it’s there to display a featured image, but doesn’t test first to see if there is one. You can remove it with this CSS

    .post-thumbnail.blog-item-img {
        display: none;
    }

    but that will cause problems if there *is* a featured image. That should be taken care of by the theme. I recommend asking at https://ww.wp.xz.cn/support/theme/industri#new-post so the plugin’s / theme’s developers and support community can help you with this.

    Thread Starter bwhventures

    (@bwhventures)

    Thanks so much @sterndata

    That fixed the issue for now!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Blank space between header and post content’ is closed to new replies.