Link to Comments

  • Unknown's avatar

    Right now at the bottom of my blog post it displays how many comments I have…Is there a way to have this link displayed at the top right corner of my post instead? Thanks.

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

  • Unknown's avatar

    Give this a try. It puts it to the right of the date. Make sure and check alignment when logged in and logged out, and also make sure and check the single post pages.

    .home .post {
    position: relative;
    }
    .post .comments {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
    width: auto;
    }
  • The topic ‘Link to Comments’ is closed to new replies.