[Resolved] Author Image And Comments Below Single Post Heading?

Home Forums Support [Resolved] Author Image And Comments Below Single Post Heading?

Home Forums Support Author Image And Comments Below Single Post Heading?

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #1294083
    Leo
    Staff
    Customer Support

    Now just add this CSS to center it:

    .single .entry-meta {
        text-align: center;
    }
    #1294103
    Simon

    That’s great, almost there… just the comments are not showing and it has ‘comments-link’ in the snippet. Not sure why?

    #1294106
    Leo
    Staff
    Customer Support

    Sorry add this CSS as well:

    .single .comments-link {
        display: inline-block;
    }
    #1294121
    Simon

    Sorry, it’s still not showing.

    #1294219
    Leo
    Staff
    Customer Support

    Hmm can you check display comments count here?
    https://docs.generatepress.com/article/blog-content-layout/#archives

    #1294241
    Simon

    That is amazing, thank you my friend!

    #1294262
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.