calguy feedback module styling

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

calguy feedback module styling

Post 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?
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm

Re: calguy feedback module styling

Post by Jos »

you can put something like this in your stylesheet:

Code: Select all

.col70 textarea {
   width: 400px;
}
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: calguy feedback module styling "solved"

Post by buntrosgali »

cheers :)
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm

Re: calguy feedback module styling

Post by Jos »

Y're welcome  :)

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

Return to “Layout and Design (CSS & HTML)”