Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #427167

    Hi,

    I have display problems using FSQM forms plugin . Basically, the icons illustrating each fiels are displayed on the begining of the fields, partialy hiding it.

    Adding the foolwing code in the quick CSS doesn’t change anything:

    .ipt_uif_common.ipt-uif-custom-smoothness input.ipt_uif_text {
    margin-left: 50px !important;
    }

    Adding the followin code in the quick CSS is better, but the fields on the right side continue above the right border.

    #top .ipt_uif_icon_and_form_elem_holder input{
    margin-left: 50px;
    }

    Finally, I’ve found in the forum what looked like a last resort suggestion from Josue (post #272068). If I got it right, using it implies that :

    1) There is no other way to make it work than the three already mentioned
    2) I won’t be able to use the built-in form editor anymore

    Am I right ? Is there still no other way since thses posts?

    Thanks

    Nicolas

    #427664

    Hi NMOI!

    Can you send us a link to your page so we can take a look?

    Regards,
    Elliott

    #428763

    Hi Elliott,

    Please check at http://multimediatique.fr/test2/

    Thanks

    Nicolas

    #429229

    Hi!

    Add this to your custom CSS.

    .ipt_uif_front .ipt_uif_icon_and_form_elem_holder .ipt_uif_text_icon {
      height: 37px !important;
      left: -43px !important;
      position: absolute !important;
    }

    Best regards,
    Elliott

    #429442

    Hi Elliott,

    It works perfectly. Thank you verry much.

    BR

    Nicolas

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘FSQM display problems’ is closed to new replies.