MyBB Community Forums

Full Version: Problem with User(s) Logged In/New Thread centering
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: problemhw2.th.jpg]

My 'User(s) browsing this forum:' and New Thread button is centred. How do I fix this? What template is this hidden in?
Go to your template, forumdisplay,

Search for $header,
Replace the code after $header with this
<table width="$theme[tablewidth]" border="0" align="center">
<tr>
<td valign="bottom" align="left">$usersbrowsing<br /><br />
</td>
</tr>
</table>
$rules
$subforums
$threadslist
$footer
</body>
</html>
nope, that doesn't work Sad
Admin CP -> Themes -> Modify/Delete -> *YOUR THEME* -> Theme Options -> Content Table Width -> change to 100%
It IS 100%
I can quite assure u, it isn't...

Look at your forum HTML code...

YOURS: <table width="100" align="center" cellspacing="0">
MINE: <table width="100%" align="center" cellspacing="0">

Thats why it look so tiny in the screenshot above when the width is only 100