Site logo

Archived topic

How to change the post title alignment?

1 reply · Started by Shane on November 24, 2021

Viewing posts 1–2 of 2

NOt sure what my developer did - but all of my title alignments is left.
And, I'm not sure how to update it.
In the private area, I have included my URL (in the Latest Post area).
Please help ...

Hi Shane,

The second GB Container block on site's homepage has it's text alignment set to "center". This setting is effectively inherited by the WP Show Posts placed in it.

If you wish to keep it for the rest of the contents of the second container except for the WPSP list in it, you can try this CSS:

.wp-show-posts-entry-title {
    text-align: left;
}
This archived topic is closed to new replies.