Hello,
I am using Formidable Pro with Enfold. When I insert checkboxes or radio buttons I always have line breaks after the box/button. I have tried several amendments to the custom.css, unfortunately without success.
Do you have a clue?
alex
Hey alex8524!
Can you post the link to your page where you have checkboxes or radio buttons so we can inspect elements?
Regards,
Yigit
Hey!
Insert following code into the quick css field if you want to display the labels inline
#top .frm_forms label {
display: inline;
}
Cheers!
Peter