Viewing 1 replies (of 1 total)
  • Hey there,

    In your style.css file there is this selector, which is for the wrapping element of the featured image:

    .site-main .entry-media

    It sets a height of 400px, which is what is causing that gap. It looks like you are also hiding the featured image. What I would do is hide the wrapping element instead:

    .site-main .entry-media {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Help remove the gap between post title and content’ is closed to new replies.