Archived topic
Buttons aren't centering
3 replies · Started by Sue on December 6, 2022
Viewing posts 1–4 of 4
This has been driving me nuts -- when I am in the block editor, the buttons on this page look perfectly centered, and I've chosen Center in the button layout. But when I view the page, the buttons are all left-aligned. What is going wrong here?
Hi there,
Looks like WP's button block is having some issue.
Try this CSS:
.is-horizontal.is-content-justification-center.wp-block-buttons {
text-align: center;
}
That did the trick!! Thanks so much.
No problem :)
This archived topic is closed to new replies.