Text and radio buttons overlapping

HI. I am using Formidable Forms and for some reason the text is overlapping the radio buttons. When I switch to a default theme it looks fine (see screenshot_default). I have disabled all plugins and enabled one by one but that didn’t work. You can find the form here: https://booking.albondogranch.com/test-page/

Screenshot_default

These are the screenshots where it overlaps:

Mobile:

Thank you.

Hi @jayvly,

To fix this issue, please add the following CSS under Theme Options > CSS:

.with_frm_style .vertical_radio .frm_radio label {
    display: block;
    padding-left: 0;
    text-indent: 0;
}

Please note that any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X/Pro will need to be directed to the original developer.

Hope it helps and thank you for your understanding.

Thank you. That worked perfectly!
Have a great day.

Jonathan

You’re most welcome, Jonathan.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.