This CSS should center both your page and blog post titles.
h1.entry-title {
text-align: center;
}
Thanks Kevin. But it didn’t center the title on homepage, rather it did on single view
Hi
Please share your website URL.
Thanks
Afrowall,
In the future, please start a new thread so your question isn’t accidentally overlooked.
If you can post a link to your site, I’ll be more than happy to help you with the required CSS to get your titles centered.
Be sure that if you’re using Virtue theme, that all custom CSS is placed din Appearance> Theme Options> Advanced Settings.
Thanks Kevin. My url is http://www.globalruns.com.
I want the post title on the homepage to be centered. I also want the gap between two titles to be reduced.
This CSS will center the titles (blue h2 elements) on your page.
.postlist h2.entry-title {
text-align: center;
}
I’m not sure I’m following for the second request though. Can you elaborate?
Thanks!