Please help me

Balegar

New Member
I'm new in vbulletin and I don't now how to make columns wider. Do I need mod for that or???
Example, I need to put column last post a little wider
 
In "forumhome_forumbit_level1_nopost" template find:
Code:
<td class="thead">$vbphrase[last_post]</td>

and add a width setting
Code:
width="??px"

so it will look something like this:
Code:
<td class="thead" width="175px">$vbphrase[last_post]</td>

If the above code isn't in "forumhome_forumbit_level1_nopost" template look in "forumhome" template...;)
 
Back
Top