[Support request] Incopability woocommerce viva payment plugin with theme

Home Forums Support [Support request] Incopability woocommerce viva payment plugin with theme

Home Forums Support Incopability woocommerce viva payment plugin with theme

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1557730
    Kalliopi

    Hello, and have a nice day. I have installed a payment plugin in order to accept payments in my woo-commerce store. However, when I activate woocommerce module, which splits the cart into two columns the viva payment form loses its responsiveness, especially through mobile is one letter under the other. I can provide you with a screenshot. Could you help me resolve it, please? I have provided a link, and I have open my website from developer mode for you to see it. You should click on “Πληρωμή με κάρτα (Viva Wallet)”. Thank you in advance

    #1558130
    David
    Staff
    Customer Support

    Hi there,

    i need to be able to add an item to the cart to see the issue, can you link me to where i can add a product to the cart?

    #1558133
    Kalliopi

    hello, yes of course.

    #1558242
    David
    Staff
    Customer Support

    Try adding this CSS:

    #payment .payment_methods>.wc_payment_method.payment_method_vivawallet_native>label {
        display: flex;
    }
    #payment .payment_methods>.wc_payment_method.payment_method_vivawallet_native>label>img {
        margin-left: auto;
        padding-left: 10px;
    }
    #1558289
    Kalliopi

    should put it in the additional CSS section?

    #1558305
    David
    Staff
    Customer Support

    Yes – Customizer > Additional CSS is the place to add it 🙂

    #1558556
    Kalliopi

    Sorry, I’m afraid it is not working.

    #1558583
    David
    Staff
    Customer Support

    Oops i left out this CSS – add this as CSS also:

    .woocommerce-checkout #payment div.payment_box.payment_method_vivawallet_native {
        display: flex;
        flex-direction: column;
    }
    #1558589
    Kalliopi

    Thank you sooooo much!!! Works perfectly!!

    #1558621
    David
    Staff
    Customer Support

    Awesome – glad to be of help!

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