• Resolved xiaobujay

    (@xiaobujay)


    The shopping button on the product page is on a horizontal line with add to card, and the card payment button displays Chinese text

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

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

    (@mrclayton)

    Hi @xiaobujay

    That’s being caused by your site’s CSS. You can add some simple CSS to correct that. Here is an example:

    .wc-ppcp-product-payments__container{
        float: left;
    }

    Kind Regards

    Thread Starter xiaobujay

    (@xiaobujay)

    I have added this string of codes to the css, but it doesn’t seem to work, I don’t know where the problem is

    • This reply was modified 1 year, 10 months ago by xiaobujay.
    Plugin Author Payment Plugins

    (@mrclayton)

    @xiaobujay Make sure you add that CSS via the WordPress CSS editor. That CSS worked when testing it on the website that you provided a link to.

    Kind Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The shopping button on the product page is on a horizontal line with add to card’ is closed to new replies.