How can I move the date in Manifest?
-
I changed the line that separates posts from the top border to the bottom border. I would like to move the date below the content of each post so it sits just above the button ‘Leave a comment’, but I can’t figure it out.
Anyone know how to do this?
The blog I need help with is: (visible only to logged in users)
-
Give the following a try.
#core-content { position: relative; } h5.post-date { position: absolute; bottom: 60px; text-align: right; right: 0; } h5 abbr { padding: 0; } -
Maaaaaaaaannnnnnnnn! That did it right away! I’ve been trying on and off for 2 days! This CSS stuff is cool. Thanks again thesacredpath!
-
- The topic ‘How can I move the date in Manifest?’ is closed to new replies.