Comment Module

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
dsackett
Forum Members
Forum Members
Posts: 16
Joined: Wed Dec 05, 2007 12:56 am

Comment Module

Post by dsackett »

I installed the comment module to be used in my news for my website and I am finding that the textarea for the content of my comments is far too large for my container. In IE6 is ends up pushing my site down and jumbling everything. In Firefox v2 is hangs over the right edge. Is there a way to resize the textarea? I was looking through the TPL files but didn't find anything in terms of CSS or anything.

Thank you,

http://dsackett.com
savagekabbage
Forum Members
Forum Members
Posts: 75
Joined: Mon Apr 23, 2007 3:51 pm

Re: Comment Module

Post by savagekabbage »

You can go into your stylesheet and add CSS to take care of that :)

Something like: textarea { width:350px; height:100px;  } should do the trick. Of course you should adjust those values to whatever your needs are, or use percentages.
dsackett
Forum Members
Forum Members
Posts: 16
Joined: Wed Dec 05, 2007 12:56 am

Re: Comment Module

Post by dsackett »

Haha, sometimes I sit back and wonder why I don't think longer about things. Thanks for that :)
Post Reply

Return to “CMSMS Core”