Forums
Home / Theme: Coldbox / I want to center post-date
(@u_510)
6 years, 5 months ago
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.
(@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; }
It went well! Thank you for your help &quick response!