I've got my Blog Header Type set to "Variable height & meta overlaid" which has the meta info under the post title as I want it, however both the meta info and title are left aligned. I'd like to center them.
I've added this CSS which does center the meta info, but not the title. What should I change the CSS to?
Hi
I've got my Blog Header Type set to "Variable height & meta overlaid" which has the meta info under the post title as I want it, however both the meta info and title are left aligned. I'd like to center them.
I've added this CSS which does center the meta info, but not the title. What should I change the CSS to?
.row.heading-title.hentry {
text-align:center;
border-bottom: none;
}
Thanks
Hi Sylvia,
Use the following custom css:
Thanks.
Thanks Andrew, that's perfect!