• Resolved cowfishmedia

    (@cowfishmedia)


    Hi, great plugin, but for some reason the payment method images of the various credit cards are scaled really big, each image takes up about half the page. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi,

    Thanks for using this plugin.
    1)I looked into your website your default theme is overriding some design section. To remove the error just add a piece of CSS given below:

    li.wc_payment_method.payment_method_stripe label img {
    width: 50px !important;
    }

    2)I also noticed some other CSS tweaks needed as per your design. Please add below CSS to align the order table in box.

    .woocommerce .quantity:not(.hidden) {
    width: auto !important;
    }
    And in plugins/custom-checkout-layouts-for-woocommerce/asserts/css/custom-checkout.css
    add:- padding: 0px !important; after line no after 469.

    Point 2 is optional, Just stick to point 1 for your query.

    Thanks

    Thread Starter cowfishmedia

    (@cowfishmedia)

    Brilliant, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Payment method images’ is closed to new replies.