Posts: 48
Threads: 11
Joined: Dec 2013
I would like to change the size of my comment box (the empty one that the user types their comment into) - I want it shorter and wider
Where can I change that size?
Posts: 2,904
Threads: 59
Joined: Jun 2010
Hi,
That's changed in the CSS stylesheet.
/comments/css/stylesheet.css
.cmtx_comment_field {
float: left;
width: 350px;
height: 120px;
}
Have
you completed
the interview?
Posts: 48
Threads: 11
Joined: Dec 2013
(30-Dec-2013, 11:23 AM)Steven Wrote: Hi,
That's changed in the CSS stylesheet.
/comments/css/stylesheet.css
.cmtx_comment_field {
float: left;
width: 350px;
height: 120px;
}
thanks