centralising the date under a post title
-
I would like the date to sit underneath my post title. I have found how to get the date under the post title but can’t seem to centralise it. Any help would be much appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try editing the last .entry-date targeting in your custom CSS to the following:
.entry-date { font-size: 12px; text-transform: uppercase; text-align: center; width: 100%; }The text-align and width part will center the date text.
-
- The topic ‘centralising the date under a post title’ is closed to new replies.