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
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
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.
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,
Thank Chris and Kevin. That worked a treat.
Luke
Sweet. Glad you worked it out.