Home › Forums › WoodMart support forum › Paypal button overflows over the short description › Reply To: Paypal button overflows over the short description
October 29, 2022 at 9:16 am
#417305
Aizaz Imtiaz Awan
Keymaster
Hello,
The PayPal button on the Single Product page of your site is now adjusted accordingly with the help of the following Custom CSS applied under the Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.single-product .ppc-button-wrapper {
top: 10px !important;
}
This is the resultant preview: https://ibb.co/jGY5QWW
Best Regards