Archived topic
Issue centring latest posts
7 replies · Started by Ben on July 23, 2020
Hi there,
On my home page I have a block saying "Our latest posts and updates."
Despite me setting this to centred in the Gutenburg editor it's remaining justified to the left. It shows as centred in the editor but not on the site. I've tried clearing all caches.
Please advise, many thanks.
Hi there,
the Title is displaying centred on my browser.
Maybe browser caches need clearing?
The title is fine, it's the list of latest posts itself that won't centre - it's the same in a different browser and a private window.
Try adding this CSS:
.wp-block-latest-posts.aligncenter {
text-align: center !important;
}
Hi
I copy and pasted that into Additional CSS classes under "Advanced" on the block itself but it's made no difference (cleared caches and tried in a private window again).
Should I be putting that CSS somewhere different?
Thanks
Add it to Customizer > Additional CSS
Sorted, many thanks.
You're welcome