Archived topic
Headline and headings will not center. . . .
3 replies · Started by Robert Holland on November 8, 2022
Folks: Always grateful for support. . . .
I've been through all the GPP support docs I could find. Whenever I set <Inline Width> it left justifies the Headline. I also tried using the heading 1, and it made no difference.
I tried this CSS snippet:
H1.entry-title {
text-align: center;
}
I tried this CSS snippet:
h1.entry-title {
text-align: center;
}
I tried this CSS snippet, too:
h2.entry-title {
text-align: center;
}
Hi Robert,
One thing you can do to align a group of inline-width Headline Blocks is to place them inside a GB Container. Then set the alignment through the Container.
Thanks Fernando. I was looking for justification in the right-hand column, not on top.
You're welcome Robert!