Home › Forums › WoodMart support forum › PayPal Button on single produst page – position issue › Reply To: PayPal Button on single produst page – position issue
August 30, 2021 at 10:02 pm
#315510
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.website-wrapper .single_add_to_cart_button {
float: none !important;
margin-bottom: 0 !important;
}
.website-wrapper .angelleye_button_single {
background-color: transparent;
}
Best Regards