badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Paypal button size too large

#69291

Hi Eleanor,

You can use the below custom CSS code to fix the PayPal button and h2 spacing. Just login to your WP dashboard and go to Appearance > Customize > Design Options > Custom CSS and paste the below custom CSS code.

input.wpeevent_paypalbuttonimage {
    width: auto !important;
}
.entry-content h2 {
    line-height: 1;
}

Thank you!