Move comment count to bottom, but keep other stuff at top

  • Unknown's avatar

    I am using the Twenty Twelve them on http://becausebabiesgrowup.com and I wanted to move the “Comment” counter thing to the bottom of a post. I used the following code to make it happen:

    #content .post {
    	position: relative;
    }
    
    #content .comments-link {
    	position: absolute;
    	bottom: 1em;
    }
    
    #content .post {
    	padding-bottom: 3em;
    }

    I was successful at moving the “comment counter” to the bottom, but it also moved the information about categories, tags, and date information to the bottom with it.

    Does anyone have a suggestion how to re-write it to keep the comments at the bottom and keep the category, tag, and date at the top just below the title?

    I can remove the code I added if I need to.

    Thank you.

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • The topic ‘Move comment count to bottom, but keep other stuff at top’ is closed to new replies.