B Balegar New Member Jun 16, 2008 #1 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
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
H Hoxxy New Member Jun 16, 2008 #2 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...
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...