• Hi all,

    I’m trying to center the ‘Donate Now’ button, it’s a Stripe button. It says ‘center’ in the code but it’s not centering, aligning to the left.

    Thank you for your help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .sc-checkout-form {
         text-align: center;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter ansjnf

    (@ansjnf)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Make Stripe Button Centered’ is closed to new replies.