No Space Between Posts

  • I love this theme but I have one major issue (and two smaller ones)

    1). There is virtually no separation between posts when scrolling (using the full post option, not excerpts. Is there an easy fix for this?

    2) I am showing an image at the top of each post, even though I do not have feature image added – this image seems to be the first image in the post.

    3) Can the “leave a comment “ prompt be at the bottom of the post instead of the top?

    sdehayes.com

    The blog I need help with is: (visible only to logged in users)

  • Oops. That is not the right blog. I am trying to use this theme at https://ultraalaska.wordpress.com/ and sdehayes.com.

  • Hi there – thanks for the message.

    Did you fix issue 1? I checked https://ultraalaska.wordpress.com/ and it seems to be displaying a gap between posts.

    For 2 – yes. That’s intentional. The feature is intended as a way to ensure you always display a featured image. If you want to hide it you can use the following custom css:

    .main article.post-archive a.thumbnail {
      display: none;
    }

    For 3 – I’m not sure this is the best way to do this but it seems to work:

    .main article.post-archive {
      padding-bottom: 40px;
      
    }
    .main article.post-archive .commentcount {
      position: absolute;
      bottom: 20px;
      left: 20px;
    }

    Thanks

  • Wow!!! I am impressed with your very quick responses.

    The No. 2 fix to remove the featured images works perfectly. It also allows the gap between posts to,show,up a little more clearly ( although 2 to 3 times as much space would be easier for my elderly audience 😉

    Interesting – your fix for the comments at the bottom is pretty much what I have told users – click on individual post name, go to bottom, leave comment 😆.

    I do love the theme and it will work very well for some of my sites. Thank you.

  • If it helps you can increase the gap between posts with:

    .main article.post-archive {
      margin-bottom: 90px;
    }

    The default is 30px so this is 3x. You can tweak as you see fit :)

    Ben

  • Perfect, Perfect, Perfect!

    Thank you!

  • The topic ‘No Space Between Posts’ is closed to new replies.