Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In the “Additional CSS” section of the dashboard add this:
.entry-title {
text-align: center;
}
https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Excellent! Thank you very much!
Thanks for helping out @anevins. 🙂
Kind regards.
To add to this; how can we make sure the date and category etc also gets centered? It’s only centering my title. Thanks!
Hello @nboether,
In order to center the date you can use this code:
.entry-header {
text-align: center;
}
It will only center the date, so you need to combine it with @anevins code.
Try it and let me know how it worked.
Kind regards,
Diego
It worked! Thank you so much.