Site logo

Archived topic

Center Title tag for category headings?

5 replies · Started by Asiya on June 8, 2020

Viewing posts 1–6 of 6

Hi there,

you have this CSS:

.entry-header .entry-meta {
    text-align: center;
}

Change it to:

.entry-meta {
    text-align: center;
}

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.