Page 1 of 1

calguy feedback module styling

Posted: Sun Jan 24, 2010 11:18 pm
by buntrosgali
using this for first time here

site


how can i edit the width of the comment box as you can see it is too wide.

i think it is in "comment form template"
 
   
      {$mod->Lang('prompt_comment')}:
   


   
  {$input_comment}
     
 
   
 
 
i think this is where to edit it but i cant seem to make it thiner any help?

Re: calguy feedback module styling

Posted: Sun Jan 24, 2010 11:27 pm
by Jos
you can put something like this in your stylesheet:

Code: Select all

.col70 textarea {
   width: 400px;
}

Re: calguy feedback module styling "solved"

Posted: Sun Jan 24, 2010 11:58 pm
by buntrosgali
cheers :)

Re: calguy feedback module styling

Posted: Mon Jan 25, 2010 12:13 am
by Jos
Y're welcome  :)

Please also take a look here: http://forum.cmsmadesimple.org/index.ph ... .html  ;)