Home Forums WoodMart support forum Paypal button overflows over the short description Reply To: Paypal button overflows over the short description

#417305

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