• Resolved anigarzat

    (@anigarzat)


    Hi, I like the plugin a lot, but I don′t find a way to place the Paypal Button on Product Page BELOW the Add to cart button, and its being place over other two buttons, please help, thanks -Ana

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

Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @anigarzat

    That’s happening because of your theme’s styling. You can add the following css:

    .wc-ppcp-product-payments__container:not(top){
        margin: 60px 0 0 !important;
    }

    By default the plugin renders the payment buttons below the add to cart button. You can adjust that via your Edit Product page where the “PayPal Settings” tab is.

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Button appear beside the Add to cart instead of below’ is closed to new replies.