• Resolved maxmueller222

    (@maxmueller222)


    Hi there,

    I updated to the new version with the API. Somehow now my heading for the payment box, the buttons and the dropdown menu are all misaglined.
    I already tried using this to center everything. And it works to center the text “W?hle deinen Betrag” but the rest is not centered and the dropdown menu is way too long. What can I do there?

    <div style="text-align: center;">
    [wp_paypal_payment]
    </div>

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mra13

    (@mra13)

    Hi, Try something like the following CSS to center align it.

    <div style="width:300px; margin-right:auto; margin-left; auto">
    [wp_paypal_payment]
    </div>
    Thread Starter maxmueller222

    (@maxmueller222)

    Cool thank you, that worked with shortening the dropdown menu, but somehow the centering of the HTML doesn’t work. I even tried 33% left and right, but still no change. :S

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, please try the following code.

    <div style="width:300px; margin:auto">
    [wp_paypal_payment]
    
    </div>

    Let me know if this works for you.

    Kind regards.

    Thread Starter maxmueller222

    (@maxmueller222)

    That worked, thank you very much!

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am glad it helped you ?? Enjoy the plugin.

    Kind regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Button not centered and dropdown too long’ is closed to new replies.