Making the paypal express button uncentered
-
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; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Making the paypal express button uncentered’ is closed to new replies.