Hello,
We use Formidable Forms as our site’s form builder and all of sudden, the checkboxes aren’t displaying correctly.
Checkboxes: https://ibb.co/2ZqS83n
Backend Checkboxes: https://ibb.co/K58Cm4L
Updated all plugins and wordpress and Enfold. Confirmed that checkboxes are displaying properly using another theme (Bridge). Reached out to Formidable Forms and confirmed it was a theme related issue.
Hey vantagepointmg,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top .frm_checkbox input[type=checkbox] {
display: inline-block;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Looks like that did the trick! Thank you so much!
~MacKenzie