Title: Payment Options Displaying Wrong
Last modified: January 28, 2020

---

# Payment Options Displaying Wrong

 *  Resolved [Vlad.C](https://wordpress.org/support/users/vladc-1/)
 * (@vladc-1)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/payment-options-displaying-wrong/)
 * 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](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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpayment-options-displaying-wrong%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/payment-options-displaying-wrong/#post-12373944)
 * Hi [@vladc-1](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/woo-payment-gateway/assets/icon-256x256.png?rev=2142799)
 * [Payment Plugins Braintree For WooCommerce](https://wordpress.org/plugins/woo-payment-gateway/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-payment-gateway/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-payment-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-payment-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-payment-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-payment-gateway/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/payment-options-displaying-wrong/#post-12373944)
 * Status: resolved