PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Background image form

  1. Hi,
    My site is at http://70.87.136.182/~g03i9dj/auto-dismantling

    I need to decrease the widthe of the fields. When I try this in Firebug, it seems to work.

    .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {    width: 90.2%;}

    However, if I add this to the custom css, it does not work.
    I went and added this to the bottom of gravityforms/css/formsmain.css. It works perfectly.
    If I upodate a new version of Gravity forms, will this be lost? Is there a way to add this permanently?
    Thanks
    Mohan

    Posted 10 years ago on Monday July 8, 2013 | Permalink
  2. Richard Vav
    Administrator

    Hi Mohan,

    We advise against editing the plugin files as any changes you make will be lost during updates, try adding the !important flag like so

    .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
        width: 90.2% !important;
    }

    Regards,
    Richard

    Posted 10 years ago on Monday July 8, 2013 | Permalink
  3. Thank you. It worked like magic.
    Mohan

    Posted 10 years ago on Monday July 8, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome

    Posted 10 years ago on Monday July 8, 2013 | Permalink

This topic has been resolved and has been closed to new replies.