Home › Forums › WoodMart support forum › Direct payment button – direct to go checkout page › Reply To: Direct payment button – direct to go checkout page
July 25, 2024 at 11:09 am
#585609
Aizaz Imtiaz Awan
Keymaster
Hello,
You can not use the buy now button widget in the layout. It is added next to the “Add to cart”.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product-page .cart:not(.variations_form) {
flex-wrap: nowrap;
width: 450px;
}
Best Regards.