Tagged: CSS, Formidable, forms
Hi,
I am using Formidable PRO as a form maker. It is a great plugin but the style / CSS incompatibility with Enfold has a very long list.
I am just looking for a quick CSS code to fix the spacing between the fields using an attribute given by the plugin: “frm_half” which makes 2 fields to be displayed in the same row. The problem is that sometimes there is a space between the fields, other times there is no space at all and I can’t understand why.
Please check the “bad” page: http://d.pr/18X22/2uQTfRm4 and this is a “good” page with the spacing as it should be: http://d.pr/142uO/227YR2oL or as this sshot shows: http://d.pr/i/srmt/3OBgMtUD
Any help please?
Thank you
Hey sitesme!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.frm_style_formidable-style.with_frm_style .form-field {
margin-left: 2%;
}
Regards,
Yigit
Wow Yigit! That was fast! :)
I did it and it “fixed” the problematic page (spacing now is ok) but it messed up with the good page. Can you please check here or compare the URLs on my first post? http://d.pr/142uO/227YR2oL
Thank you
Hey!
Please add following code to Quick CSS as well
.frm_first {
margin-left: 0!important;
margin-right: 0!important;
}
Best regards,
Yigit
Spot on,
Thank you Yigit :)