CSS class for Post a Comment textarea?
I have checked the css documentation and I also have Firebug, but I have had zero luck in finding the css class to shorten the textarea in the "Post A New Comment" area. The textarea is expanding beyond the visible portion of the box.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hey there Dale,
You can try enabling/disabling the auto-expanding comment box function, you find this setting in your Blog settings panel at IntenseDebate.com.
If you want to set the textareas height manually, you can override the IntenseDebate CSS using this (add it anywhere in your blogs stylesheet):
#idc-container-parent #idc-container textarea.idc-text_noresize {
#idc-container-parent #idc-container textarea.idc-text {
height: 100px;
}
...Where 100px is totally changeable, of course. :)
Enjoy, and let me know if you want/need further styling tips.
For others reading this, it's always good to start out with the IntenseDebate CSS Documentation when touching up IntenseDebate, it's available at www.intensedebate.com/docs/css-docume....
The company says
this answers the question
-
Inappropriate?Thanks Isaac, but that still didn't solve the issue. I disabled the auto-expanding function, I have tried adjusting my original Wordpress Comment styling and the CSS you supplied. No effect.
When I use Firebug to insect the element and I change the width in the HTML view it resizes from 530px to the 512px I need. I'm not a novice with CSS but this has me stumped.
<textarea id="IDCommentNewThreadText" class="idc-text_noresize" onblur="txtOnBlur(this, 'Enter text right here!');" onfocus="txtOnFocus(this, 'Enter text right here!');" style="color: rgb(204, 204, 204); width: 530px;">Enter text right here!</textarea>
He is a link to a page with comments:
http://legendscrazy.net/my-collection-update-3/
I’m frustrated
Loading Profile...


