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 area widget

  1. If you go here randotheo.com/hairdemo you will see the form in the widget on the side and the text area for the question is too large. I saw a few days ago you said to put .gravityformswidget textarea {width: 90%;} in another guys style sheet and then to put it into the page template. I am confused, I think mine would have somethign with large in it because it is the large text or paragraph and I don't know where to put it in the site to fix the problem. I am just learning this stuff.

    thanks,
    ryan

    Posted 14 years ago on Thursday March 4, 2010 | Permalink
  2. Ryan,

    You need to edit your themes style.css file and add the following line of code to the bottom of the CSS.

    .widget textarea {width: 90%;}

    The reason why the other example didn't work is the class name for your widget is different because themes aren't all the same.

    Posted 14 years ago on Friday March 5, 2010 | Permalink
  3. wonderful thanks a lot. I realize i forgot an m in my website address

    Posted 14 years ago on Friday March 5, 2010 | Permalink