• Resolved laslooo

    (@laslooo)


    Hi,

    the Express checkout Button on the single product page is centered.

    This looks bad with several themes, because often the buttons on that page are on the left.

    It would be nice if this option could be changed via the Plugin’s settings. (Button position: left / center / right)

    I tried overriding the plugin’s css with a child theme but this unfortunately didn’t work. Here’s the thing in the Plugin’s CSS that would need to be changed:

    .wcppec-checkout-buttons {
         text-align: center;
    
    }

    I added this to my child theme’s style.css but it didnt work:

    .wcppec-checkout-buttons {
         text-align: left !important;
    
    }
    • This topic was modified 7 years ago by laslooo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter laslooo

    (@laslooo)

    update: Not sure why, but after I let some time pass now the CSS I added worked

    Erica K. a11n

    (@piratepenpen)

    Automattic Happiness Engineer

    Hey @lasloo,

    I’m happy to hear that the CSS worked for you – it is the way to go in this scenario.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making the paypal express button uncentered’ is closed to new replies.