MyBB Community Forums

Full Version: Change size of 'Author' and 'Message' bars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the size of the grey bar so it's the same as the post?

[Image: i44q6.png]
Anybody?
You probably would have more luck posting in http://community.mybb.com/forum-105.html than here for this.
In Showthread templates -> showthread_classicheader change 15% in width attribute (in first table cell) to your desired width.
<tr>
			<td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td>
			<td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td>
		</tr>