This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hi,
In the checkout page, paypal choice button is not located just front of PayPal .
And I would like to add some more explanation about PayPal. Where can I write from?
Hello,
1) To align radio button add the below code to Theme Options > Custom CSS
.woocommerce-checkout-payment input.input-radio {
vertical-align: top;
margin-top: 9px;
}
2) To add description for the payment method go to WooCommerce > Settings > Payment > edit your payment method and change/add more description.
Regards
You must be logged in to reply to this topic.Log in/Sign up