• Hello,
    I’m using Make on my blog and I’m experiencing real trouble trying to align post date center. I’d like it to appear below the post title. I’ve managed to align post title center and move comment count to the right, but the same methods don’t seem to work with the date. I’ve searched similar topics but no adivice that I’ve found works in this case.

    My blog address is https://stylestandpoint.com

    I’ll be thankful for any suggestions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Joanna,

    Add this to your child theme’s style.css file.

    .entry-date {float: none;text-align: center;padding-top: 50px;}

    You may need to adjust the padding to your liking, but this is one way of moving the post date. Hope this helps. Let me know if this works!

    Best,
    Jonathan

    Thread Starter joannag

    (@joannag)

    It works! Thank you so much ??

    Anonymous User 9936702

    (@anonymized-9936702)

    Thanks for your help, @ Jonathan!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align Post Date Center’ is closed to new replies.