Move post date above post title
-
hi
I am using the minimum theme. I am trying to display the post date above the post title (by default, the post date is displayed below the post title).
I cannot figure this out! Any help greatly appreciated.
Thanks
Ray
The blog I need help with is: (visible only to logged in users)
-
Hi Ray,
Try using the following CSS. It basically puts post-info with absolute positioning to the top of each entry. And then, I added a padding top on each entry to push down the title.
.hentry { position: relative; padding-top: 50px; } .post-info { position: absolute; top: 0; } -
-
- The topic ‘Move post date above post title’ is closed to new replies.