Quote Originally Posted by siliconbug View Post
ZCA Bootstrap Template v3.6.5

The zoom in/out setting of my browser is 100%, but the Discover Card logo isn't in the same row. Is there any setting I can adjust in this module?


Click image for larger version. 

Name:	2024-05-13_032958.jpg 
Views:	126 
Size:	30.3 KB 
ID:	20607
You'll need to provide a template-override for the payment-module's .css file. Copy /includes/modules/payment/paypal/PayPalRestful/paypalr.css to /includes/templates/YOUR_TEMPLATE/css/paypalr.css and then edit this section:
Code:
.ppr-button-choice label {
    cursor: pointer;
    height: 2.5rem;
    font-weight: bold;
    width: 11rem;
    display: inline-block;
    text-align: center;
}
to adjust the width. It looks like 15rem should work.