MyBB Community Forums

Full Version: Adjust the width in forum display?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello and merry X-mas!

I am facing a little issue on my MyBB forum running the latest version of MyBB regarding the forum width.

Normally i am using a PC with 24 inch screen and everything seems to be fine but since my pc got problems, i 'm using a 17inch laptop where i see some width problems while surfing my forum.

Here is the screenshot which would explain the things better.

[attachment=41371]

You can see that the long usernames are displaying outside the forum display.

How can i adjust it as it is really looking bad in this way.

Thankyou.
Templates > Your theme > Forum Display Templates > forumdisplay_threadlist

Edit the 20%. Might need an edit with the last post avatar if that doesn't fix it.

<td class="tcat" align="right" width="20%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>

Hello!

You are right as i was using some:


<td class="tcat" align="center" width="300px"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=lastpost&amp;order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>


instead of width=20%

Changed it and it worked.

Thankyou.