Center blog title on main page
-
Is there any way to center the date + blog title on my main page of my blog?
Thanks!
Nicole
https://nicolebarczak.com/The blog I need help with is: (visible only to logged in users)
-
Hi Nicole,
The following snippet should do the trick. Just add it to your CSS menu in the Customizer.
.home .entry-header { text-align: center; }
Just make sure to add it after anything else that may already be in your CSS menu.
Sonia
- The topic ‘Center blog title on main page’ is closed to new replies.