I've tried the following:
Code: Select all
.cms-comments-textarea {
width: 400px;
height: 60px;
}
.comments-textarea {
width: 400px;
height: 60px;
}
.comments textarea {
width: 400px;
height: 60px;
}
Code: Select all
.cms-comments-textarea {
width: 400px;
height: 60px;
}
.comments-textarea {
width: 400px;
height: 60px;
}
.comments textarea {
width: 400px;
height: 60px;
}
Code: Select all
#comments textarea {
width: 400px;
height: 60px;
}
Code: Select all
{literal}<style type="text/css">
<!--
textarea {width:400px;height:100px)
-->
</style>{/literal}
I'd be glad to add some examples to the Comments help. Mind pasting your CSS code so that I could just add that? I don't feel like writing up some example CSS code as I use the Comments module unstyled.fredt wrote: To be more precise : add on top of code in "Comment display template" and "Submit form template" tabs.
I'm not a CSS guru (not anything's guru...), so iNSiPiD's "in a div with id=#comment" ruined my day ...
I think this should be put in the Forge.
It also would be nice to give some CSS examples (size, colours...) for this in the module's Help, so it's just cut'n'pasted in Form css (or any other...)