Viewing 6 posts - 1 through 6 (of 6 total)
  • #308406
    Kibana
    Member
    Post count: 54

    Hi,

    I’ve integrated Mollie as a payment gateway for my website. Everything works as it should only the alignment of the button and payment method is off. Could you advise on how to fix this?

    Attachments:
    You must be logged in to view attached files.
    #308429
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will need your site url to go to the checkout page and inspect the code.
    Thanks

    -Rui

    #308568
    Kibana
    Member
    Post count: 54

    Hi Rui,

    That’s http://www.kibana-shop.nl

    #308569
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add this code below to the custom css option

    .woocommerce #payment ul.payment_methods li label {
        margin-top: -14px;
    }

    It will look like this.

    https://www.dropbox.com/s/xwamc9xy5c8cbbv/Screenshot%202017-01-02%2018.37.02.png?dl=0

    -Rui

    #310205
    Kibana
    Member
    Post count: 54

    Hi Rui,

    Thanks for this fix. Small side note: When adding the code to the Child Theme it gave me an error “Element “ul.payment.methods) is overqualified). I used the following code instead which also works.

    .woocommerce #payment .payment_methods li label {
    margin-top: -14px;
    }

    #310227
    David Martin – Support
    Moderator
    Post count: 20834

    Glad you got it sorted. The overqualified rule though can be ignored should you wish.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.