• Resolved bmacuser

    (@bmacuser)


    Hi guys

    couldnt find an answer on the forum.

    How do i center the shortcode of the payment button? I tried to center the whole shortcode but the alignment is still left instead of centered.

    Any idea on this?

    Cheers
    björn

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could wrap the shortcode in some custom HTML and it should work.

    SOmething like:

    <div class="center">
        [stripe amount="500"]
    </div>

    And then just give a CSS style to your div using the class you specified.

    We haven’t heard back from you in a while so we are going to assume this has been resolved. If you are still having issues please open a new thread.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center the payment button’ is closed to new replies.