Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    View post on imgur.com

    #970266

    Hey marqattack,

    Thanks for the screenshot, how can we reproduce the problem?

    Best regards,
    Rikard

    #970296

    Hi, 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

    #970610

    Hi,

    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,
    Rikard

    #978262

    Hi, 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.

    #978283

    Hi 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,
    Nikko

    #979572

    That worked. Thank you so much! You’re the best! :)

    #979764

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.