• Resolved Grand Vizier

    (@grandvizier)


    Hi there,
    I would like to center PayPal checkout for the form on the link provided below. Is there a way to center align PayPal checkout?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @grandvizier,

    Can you try this CSS code and see if that does the trick:

    .forminator-button-paypal .paypal-buttons-context-iframe {
        margin-left: auto;
        margin-right: auto;
    }
    

    WordPress offers Custom CSS field inside Appearance > Customizer but if your theme disables this and it doesn’t have its own CSS field you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

    Thread Starter Grand Vizier

    (@grandvizier)

    Hi Predrag,
    Thanks for the CSS my PayPal checkout is now center align.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center PayPal checkout’ is closed to new replies.