Quote:
Originally Posted by MaLTRaiN
Is there a way of "separate" the columns?
It looks really messy on my forum with some long subforum names...
|
You need to add some custom code in the options under "CSS 2 - Cells". Setting a min-width will work or setting a min-width and max-width will give you fixed width columns.
Example of what to add in "CSS 2 - Cells":
Code:
min-width:250px;max-width:250px;