Moving "comments" to end/bottom of posts in Twenty Twelve theme?
-
Hi! I’m new [virgin!] to CSS. Currently using Twenty Twelve theme, and have purchased the basic $30 Customize upgrade.
Really the only thing I want to do is move the “comments” link to the BOTTOM of the post. Currently it’s directly under the post title, which I feel is not the best place to encourage commenting.
Is there a simple code I can put in to move this to the end of each post I write? Thanks :)
The blog I need help with is: (visible only to logged in users)
-
Try this:
.site-content article { padding-bottom: 4rem; position: relative; } .entry-header .comments-link { bottom: 1rem; position: absolute; }
- The topic ‘Moving "comments" to end/bottom of posts in Twenty Twelve theme?’ is closed to new replies.