Formidable and X Theme overlapping checkboxes

Hi!

Checkboxes on my site are overlapping. I saw an old thread for radio buttons and that code fixed it, but .frm_checkbox or .frm_checkboxes don’t work. Any advice greatly appreciated.

Example here https://etc-inter.net/swimming/

Hello @ETCInternationalCollege,

Thanks for writing to us

In order to move the overlapped checkbox label I would suggest you please add this custom CSS code.

.with_frm_style .vertical_radio .frm_checkbox label {
text-indent: 0 !important;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Awesome thank you. I was trying to do it with CSS the same way but it didn’t cross my mind to do the text-indent with an !important call.

Thanks again!

Hello @ETCInternationalCollege,

Glad that we were able to help you.

Thanks

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