• Resolved Vlad.C

    (@vladc-1)


    Hello,

    I’ve just installed your plugin and did a bit of tweaking to solve some issues but one still persists. The payment options are being displayed pretty weirdly (See: https://prnt.sc/qtwmjd). The credit card images are not properly aligned and the PayPal image is far too close to them. Also, I don’t want any text to display when PayPal is selected but the text box still appears.

    Is all of this normal? I’ve tried troubleshooting it and disabled all of my plugins, but the problem still persists.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @vladc-1,

    When the card icons display oddly or there isn’t enough space between the payment gateways it’s usually because your theme has some css that isn’t playing nice with the plugin’s css. That’s the reason nothing changed when you deactivated other plugins, it’s rooted in your theme’s styling. The plugin is coded so that all payment icons are aligned on the right side like you see with the PayPal icon.

    You can adjust all those things by adding some custom css to your theme that overrides the styling. If you share your site I can tell you the specific css to write to target the icons.

    Here is an example of how to get more space between the gateways:

    ul.payment_methods li.payment_method {
        margin: 10px 0 !important;
    }

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Payment Options Displaying Wrong’ is closed to new replies.