MyBB Community Forums

Full Version: Theme/table problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I've got this problem with the design/table.

http://prntscr.com/1bdwdx

as you can see the 'message is not lined up with the message container probably because my userbar is much wider.

Is there anyway to change it?
Use css 'min-width' for the block displaying "Author".
where do I change this?
Out of my head (I might be wrong)
I think you'll find it in the showthread template.
Find a language variable named something with "author" - just search that and add
 style="min-width: 100px;"
in the tag it is surrounded with (I guess <th>).
Change 100px until you got it right.

Keep in mind, you can always locate everything by using the developer tools of your browser.