change location of tags
-
How do I move tags to bottom of entry on Elemin theme?
Site is sharedparentingconfessional.com
I have upgrade.
Thanks.The blog I need help with is: (visible only to logged in users)
-
You could try something like this, which my colleague Sheri (designsimply) helped to concoct:
@media only screen and (min-width: 480px) { .entry-meta { float: left; position: static; } .entry-meta .entry-tags { bottom: -40px; padding-left: 122px; position: absolute; text-align: left; } }If you decide to move all your post metadata (like date, author, etc.) to the bottom, instead of just tags, you can check out this thread for guidance on how to do that:
-
-
- The topic ‘change location of tags’ is closed to new replies.