Log in

View Full Version : "Last Post" Column Width


HMBeaty
05-10-2009, 09:20 PM
Ok, before I go crazy and start ripping my hair out, for vBulletin 3.8.2, where do I change the "Last Post" column width? (Sorry, just having a major brainfart right now)

Michael.A
05-10-2009, 09:55 PM
i think in forumhome_forumbit_level1_nopost look for
<td class="thead" width="3%">&nbsp;</td>
<td class="thead" align="$stylevar[left]" width="59%">$vbphrase[forum]</td>
<td class="thead" width="22%">$vbphrase[last_post]</td>
<td class="thead" width="8%">$vbphrase[threads]</td>
<td class="thead" width="8%">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead" width="0%">$vbphrase[moderator]</td>

HMBeaty
05-10-2009, 10:17 PM
Thats not it. I tried that. I'm using the 3.8.2 Default Style