Home › Forums › Businex Pro › Checkbox and text not on same line › Reply To: Checkbox and text not on same line
October 8, 2018 at 11:56 am
#2324
keonthemes
Keymaster
Hello,
Yes, we recognized the style issue and we will fix it with a new update soon. For now, please copy below CSS code and follow the steps;
Go to Dashboard > Appearance > Customize > Additional CSS and paste the CSS and click publish button.
.wrap-detail-page form .woocommerce-checkout-payment label {
display: inline-block;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: none;
margin-left: 15px;
}
Thanks and Best Regards.