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.

Width of paragraph field in widget

  1. lukedr
    Member

    The right hand side of the paragraph text field in my sidebar widget is cut-off. How do I reduce the width to fix this?

    Cheers,
    Luke

    Posted 12 years ago on Friday September 16, 2011 | Permalink
  2. Please post a link to your form so we can assist you with the CSS. Something like this might work, but I'm concerned there is something else wrong:

    [css]
    .gform_widget .gform_wrapper textarea {width: 90%;}

    Add that CSS to the end of your theme's style.css.

    Posted 12 years ago on Saturday September 17, 2011 | Permalink
  3. Luke, the paragraph/textarea field already uses a percentage-based width so it shouldn't be cut off unless it's inheriting some other rule from your theme. It usually adjusts quite nicely to fit in most sidebars.

    Like Chris mentioned, a link to your form page will help us take a look and offer specific direction, but you can always target the field as in his example above and take a stab at it yourself,

    Posted 12 years ago on Saturday September 17, 2011 | Permalink
  4. lukedr
    Member

    Thank Chris and Kevin. That worked a treat.

    Luke

    Posted 12 years ago on Saturday September 17, 2011 | Permalink
  5. Sweet. Glad you worked it out.

    Posted 12 years ago on Saturday September 17, 2011 | Permalink

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