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.

text box right side lines are cut off.

  1. heather75
    Member

    Any idea what I can do to fix this? the lines are all cut off on the right side of the text boxes. see the screen shot. https://docs.google.com/document/d/1YZKdrVxl8zPs3mb20wXTzEl_20yGYTN0s_C2t6vFpxc/edit?usp=sharing

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  2. Can you post a link to your form for us by chance?

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  3. heather75
    Member

    http://puritanseminary.org/conference-registration/

    Posted 11 years ago on Thursday February 28, 2013 | Permalink
  4. It looks like you have a style in your theme:

    [css]
    .gform_wrapper {
    width: 490px;
    }

    Deactivating that fixes your issue: Screenshot

    Do you know what this was intended for, is it for another form? If so we can write that style selector in a way to not affect all forms.

    Posted 11 years ago on Thursday February 28, 2013 | Permalink