Topic: Fix forum width

Sorry to ask a question thats been answered.
I want to fix the forum width to 500px (the whole forum)
I tried with the css and with the main template but I cant get it work.
Thanks for helping a newbie of pun !

Re: Fix forum width

Ok so I guess nobody wants to answer because they think this question has already been answered...
I'll try to figure it out ealsewere...
Is it the reson why nobody wants to ?
Thanks,
AB

Re: Fix forum width

i suggest you download te style guide... http://punbb.org/downloads.php it has instructions on how to do that kind of stuff

Re: Fix forum width

Thanks.

Re: Fix forum width

I did all the process and it worked for the width of the index but when somebody hit replay to message the reply box is still to large. If you want to see it its here http://karateka.boudaz.com/accueil.htm
Just hit Forum and post a reply.
Sorry to keep asking...
Thanks
AB

6

Re: Fix forum width

Try adding this to your stylesheet

TEXTAREA {WIDTH: 400px} adjusting the width to suit.

If that doesn't work then you will have to adjust the cols= settings for the textareas in viewtopic.php, post.php and edit.php.