
Originally Posted by
siliconbug
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?

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.