• Resolved u_510

    (@u_510)


    Hi,

    Is it possible to center “post-date” of the posting page?
    Also remove icon and like the Archive pages.
    I have Coldbox child theme and I using it.

    Thanks you.

    • This topic was modified 6 years, 5 months ago by u_510.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Toshihiro Kanai

    (@mirucon)

    Hi!

    In order to place the post date center, you can simply copy and paste the following CSS in Custom CSS or style.css in your child theme.

    .content-inside .post-meta {
      justify-content: center;
      -webkit-justify-content: center;
    }
    Thread Starter u_510

    (@u_510)

    Hi!

    It went well!
    Thank you for your help &quick response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to center post-date’ is closed to new replies.