Topic: Column width

Hy all.
It's possible to resize column width? I want to reduce last message column size and increase category column size.

bye

Re: Column width

I think they have the class tc3 and tc4 or something like that

look in the css and set a width for td.tc3{}

3 (edited by MaxEtere 2005-11-26 08:51)

Re: Column width

Thank you!!! wink

Et voilà! A little guide to resize columns in English and Italian language. smile


Open the files - Aprire il file: "style\imports\base.css".

Go to line (approximately) - Andate alla linea (più o meno): 134


First column size - dimensione della prima colonna: .tcl {TEXT-ALIGN: left; WIDTH: 60%}
Second and third column - seconda e terza colonna: .tc2, .tc3, .tcmod {WIDTH: 9%; TEXT-ALIGN: center}
Fourth column - quarta colonna: .tcr {WIDTH: 22%; TEXT-ALIGN: left}


I hope that help other user - Spero sia utile agli altri utenti
tongue


Bye!!!

4

Re: Column width

And which code do affect the width of the columns within view topic?
I would like to narrow the size of the first (userinfo) a bit.

Grtz  Shine

5

Re: Column width

^Bump ^

6

Re: Column width

Nobody knows it?