• Resolved adviceassistant

    (@adviceassistant)


    Hello, I recently just noticed that on all my sites the category block buttons that say Shop Now are no longer centered. They sit left. I turned off my cache plugin to see if that was creating an issue and it wasn’t. What else should I check?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • David

    (@diggeddy)

    Hi there,

    seems like WP has changed some of the CSS styles it applies to the core blocks.
    You can try adding this CSS to fix that:

    .wc-block-featured-category__link .wp-block-button.aligncenter {
      text-align: center;
    }
    Thread Starter adviceassistant

    (@adviceassistant)

    That worked! Thanks!

    David

    (@diggeddy)

    Glad to hear that!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue With Block Buttons’ is closed to new replies.