Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #451797

    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

    #451800

    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

    #451801

    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

    #451810

    Hey!

    Please add following code to Quick CSS as well

    .frm_first {
      margin-left: 0!important;
      margin-right: 0!important;
    }

    Best regards,
    Yigit

    #451814

    Spot on,

    Thank you Yigit :)

    #451816

    Hi!

    You are welcome, glad we could help :)
    Have a nice weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Formidable PRO CSS styling issues’ is closed to new replies.