-
AuthorPosts
-
June 7, 2018 at 8:55 pm #969780
Hello, when a new customer places a new order the checkout credit card field looks fine. But when it’s an existing customer with an existing payment method, the manage payment method button overcrowds the rest of the information. Is it possible to fix?
June 9, 2018 at 5:45 am #970266Hey marqattack,
Thanks for the screenshot, how can we reproduce the problem?
Best regards,
RikardJune 9, 2018 at 7:37 am #970296Hi, Rikard
Sure. Click on the link I’ve included below to add something to the cart, then login using the username and password I’ve included privately. I think if the two circle things (radio buttons?) could be moved to the right a little (or below) it will look better, but it’s right next to the “manage payment methods” button.
I appreciate you taking a look! :)
Edward
June 10, 2018 at 6:24 am #970610Hi,
Thanks for that. Please try this in Quick CSS:
.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods { margin-right: 20px; }Best regards,
RikardJune 27, 2018 at 7:16 am #978262Hi, it doesn’t seem that snipped fixed the issue. the saved payment methods and radio buttons are still directly touching the button for some reason.
June 27, 2018 at 8:10 am #978283Hi marqattack,
Can you try using this code:
.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods { float: none; width: 220px; }Hope it helps.
Clearing browser cache might be needed to fetch the new css style.Best regards,
NikkoJune 30, 2018 at 10:07 am #979572That worked. Thank you so much! You’re the best! :)
July 1, 2018 at 9:57 am #979764 -
AuthorPosts
- You must be logged in to reply to this topic.
