Styling the faq/QA module [solved]

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
davids355
Power Poster
Power Poster
Posts: 279
Joined: Fri Apr 04, 2008 10:08 am

Styling the faq/QA module [solved]

Post by davids355 »

Hi All,

I have installed the faq/QA module, you can view it here:
http://s240739589.websitehome.co.uk/sw/ ... =questions

Thanks to the help in previous posts, I have now managed to get it working properly.

However, I want to customize the input form.
On the page the html shows up as follows:

If you look at the code for that page, you will see for example the question "textarea" input, is automatically coded to be cols="80" rows="15"

I want to change this as it is too large for the page, is there a way I can do this?

thanks

Dave
Last edited by davids355 on Mon Apr 14, 2008 7:51 am, edited 1 time in total.
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Styling the faq/QA module

Post by KO »

You can change tetarea width with CSS also.

textarea {width:80%;} or just 300px or something.

Give some other selector in front of it if it creates problems somewhere else.
Post Reply

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