• Hi,
    Is it possible to move the comments link to the bottom of each post – or just have it not visible and have the comments box visible at the bottom of each post in my blog feed?

    Having it at the top of each post means the reader has missed it by the time they’ve got to the bottom of the post and would have to scroll back up to leave a comment for a post listed in the blog post list.

    thanks!

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, this should do it for you.

    .blog .hentry {
      position: relative;  
    }
    .blog .hentry .entry-meta .comments-link {
      position: absolute;
      bottom: 40px;
      right: 40px
    }
Viewing 1 replies (of 1 total)
  • The topic ‘comments link’ is closed to new replies.