Question about single product page button
-
Dear Support Team,
After updating the woocommerce and paypal plugin, I noticed that the space between the add to cart and buy now buttons has been lost compared to paypal.
How to create space between these 2 rows of buttons.
Thank you for your time.
Attachments:
You must be
logged in to view attached files.
Hello dinhtt4,
Thanks for reaching to us.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
I put the URL to private content. Please check.
Hello dinhtt4,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
.wd-single-add-cart form.cart{
margin-bottom: 20px;
}
Regards,