Want to move where Comments are located
-
I’m brand new at wordpress, and need some help! I would like the option to leave a comment to be at the END of the blog post in stead of at the top/beginning. Any tips on what code to change? Thanks!
The blog I need help with is: (visible only to logged in users)
-
This should do it for you.
.post-title { position: static; } article.hentry { position: relative; } .post-com-count { bottom: 0; position: absolute; right: 0; }
- The topic ‘Want to move where Comments are located’ is closed to new replies.