How to move Date ABOVE Post title in Coraline theme?
-
Hello,
I was wondering if anyone would be able to help me move the date from below each post title to above the post title in the Coraline Theme?
I made a child theme based off of Coraline and was wondering if there was a way to move this a CSS code. Would anyone be able to help with this?
Thank you so much in advance!
-
Start with this:
.post { position: relative; } .entry-meta { position: absolute; top: -20px; }Adjust the number until you like how it looks.
- The topic ‘How to move Date ABOVE Post title in Coraline theme?’ is closed to new replies.