October 18, 2019 at 8:08 am
#69291
Theme Horse Support Team
Keymaster
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!