Home › Forums › Basel support forum › Basel – WooCommerce – how to align "In stock" with number on single product page › Reply To: Basel – WooCommerce – how to align "In stock" with number on single product page
February 10, 2021 at 7:27 pm
#265437
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .bundle_availability,
body .boundle_button{
display:inlline-block;
margin-right:20px;
}
Best Regards