I don't see the size issue. (my screenshot) What browser are you seeing the styling issue in?
There are a couple of things to note.. first, the forms widget doesn't automatically load the Gravity Forms default styles. If you want to use those, you'll need to manually include a style sheet reference to your page template. Secondly, the Thesis theme has some pretty sloppy form styles that have caused a variety of issues so you may be seeing something as a result of that. You can check the FAQ or search the forums for more on that if you would like.
That being said, you should be able to target the paragraph text field (textarea) by using the unique input ID something like this. I always specify the inheritance from the primary form wrapper so it doesn't conflict with other forms.
#gform_wrapper_2 #input_2_5 {width:100px;}
On the related posts issue, it appears to be and instance of the related posts widget from the front end. I would check to see if you might have included that inadvertently when adding the form widget. I'm confident that it's not Gravity Forms related but can't really offer much more insight into that.
Posted 14 years ago on Tuesday March 2, 2010 |
Permalink