Hey guys, I’m trying to figure out how the CSS works with Formidible Pro & my theme, and I’m not getting too far (including searching the help desk topics). I’m planning on creating a custom CSS. What classes do I need to work with?
First major issue I need to address is the line height, as seen on this little 2-field form here: http://universaldesign.org/ebook
Thanks,
Scott





August 27, 2012 at 10:50 am
Taking a quick look at your form, the issue is not CSS related. there are <br> tags being inserted into your form.
This type of issue is usually caused by the form content being filtered twice. Most of the time, this can be resolved by adding [raw] [/raw] tags around your form shortcode. For example,
[raw] [formidable id=25] [/raw]
Attachment:

August 27, 2012 at 11:06 am
Ah, dang. That's right. I had to wrap the form shortcodes in [raw] back in the days when I used Gravity's plugin (yup, made the switch, not looking back).
Thanks!
August 27, 2012 at 12:54 pm
Glad you made the switch. The double filtering comes either from the theme and/or from one of your plugins. Glad those tags cleared up the issue.
If you still need help with CSS selectors, let me know.
Topic closed.