• Is there a way to fix the uneven spacing at the bottom of the direct checkout buttons, possibly with CSS? I think the culprit might be GPay not having any padding. The same problem appears in the Cart and Checkout pages.

    • This topic was modified 4 days, 17 hours ago by saemola.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support shahzeen(woo-hc)

    (@shahzeenfarooq)

    I’ve reviewed the issue and noticed that the spacing problem occurs only on the product details page. You can resolve this by using custom CSS.

    Please note that while we don’t typically provide support for custom CSS, I’m making an exception and sharing the code below. This CSS will specifically add spacing between the buttons on the product page:

    .single-product .ppc-button-wrapper {
    margin-top: 20px;
    }

    If that doesn’t resolve the issue and you still need assistance adding spacing between the buttons, I can recommend?WooExperts?and?Codeable.io?as options for getting professional help. Alternatively, you can also ask your development questions in the??WooCommerce Community Slack as custom code falls outside our usual?scope of support

    Thank you for cooperation and understanding.

    Thread Starter saemola

    (@saemola)

    Thank you. Your code doesn’t fix it in Safari (Mac or iOS), but it does fix it in Chromium browsers.

    However, I wasn’t very clear: I was more concerned about this issue here, with the GPay button being a pixel or two lower than the Apple Pay one, both in the Product and the Cart page.

    • This reply was modified 3 days, 17 hours ago by saemola.
    Plugin Support Feten L. a11n

    (@fetenlakhal)

    Hi there,

    Thanks for your answer.

    The theme you are using usually controls the arrangement of the buttons, the padding, margins, and any other expectations related to the design.

    We highly recommend to reach out to the support team of the theme you are using. They will be able to help you understand why this is happening. And provide a CSS code that can resolve the issue.

    I hope this helps and let us know if you’ll have any further questions!

    Thread Starter saemola

    (@saemola)

    Understood. Thank you for your help!

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