Home › Forums › WoodMart support forum › Checkbox alignment issue with plugins › Reply To: Checkbox alignment issue with plugins
July 4, 2019 at 6:14 pm
#131395
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wccf_field_container_checkout_field label, body .wccf_field_container_user_field label {
display:inline-block;
}
Best Regards