Archived topic
Center Title tag for category headings?
5 replies · Started by Asiya on June 8, 2020
Viewing posts 1–6 of 6
Can I center the Title tag for my category headings: https://byasiya.com/category/recipes/
Hi there,
you have this CSS:
.entry-header .entry-meta {
text-align: center;
}
Change it to:
.entry-meta {
text-align: center;
}
This centered the Title of the individual post-
Im asking about the tags above: https://byasiya.com/tag/compassion/
For example on the page above the word compassion.
Try this:
.generate-columns-container .page-header {
text-align: center;
}
THANKS LEO! You are amazing.
No problem :)
This archived topic is closed to new replies.