Site logo

[Resolved] Buttons aren’t centering

Home Forums Support [Resolved] Buttons aren’t centering

Home Forums Support Buttons aren’t centering

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2452097
    Sue

    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?

    #2452178
    Leo
    Staff
    Customer Support

    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;
    }
    #2452232
    Sue

    That did the trick!! Thanks so much.

    #2452243
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.