Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1334711

    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.

    #1334732

    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

    #1334969

    Looks like that did the trick! Thank you so much!

    ~MacKenzie

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Formidable Forms Checkbox Display Issue’ is closed to new replies.