MyBB Community Forums

Full Version: How do I fix this annoying size error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forums, I am using the emerald theme and for some reason when a post is longer than the user side bar it moves the text under said bar.


Like so; [http://prntscr.com/gn8ph7]
you must look in that tag on template->postbit template -> postbit or postbit_classic to put an html before that

mine is

<td class="{$altbg}" valign="top" style="width: 180px;text-align: center;border-right: 1px solid #161616;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<span class="proto_smalltext3" style="font-size:16px">{$post['profilelink']}</span>&nbsp;&nbsp;{$post['onlinestatus']}<br />
		<span class="proto_smalltext1">
			{$post['useravatar']}<br />
		<!--	{$post['usertitle']}<br /> -->
			{$post['userstars']}<br />
			{$post['groupimage']}<br />
			{$post['user_details']}{$post['newpoints_postbit']}{$post['ougc_awards']}
		</span>
	</td>

note what i can resize that on <td tag, like <td width="400px", or do that on css directly