Checkbox alignment issue with plugins
-
Hello
I am using woocommerce custom fields plugin to display custom fields.
When the field is checkbox on woodmart theme the box and the option is displayed in 2 lines-
http://prntscr.com/oakuo1
on other theme such as storefront it is displaying correctly.
http://prntscr.com/oakv8n
The issue happens everytime a new option is created. Please confirm how to resolve this.
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
Thanks. Please confirm which code to add to display the same on product page as well.
http://prntscr.com/ob1izr
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body div.wccf_field_container li label{
display:inline-block;
}
Best Regards
Thanks a lot! This code seems to work site wide so I guess there is no need to add the above code now which worked only on the checkout page!
You are welcome! If you have any questions please feel free to contact us.
Best Regards