Quote:
Originally Posted by MarkFL
A "down and dirty" fix would be to open the pm_showpm template, and locate the code:
HTML Code:
<ol>
{vb:raw postbit}
</ol>
And edit it to read:
HTML Code:
<ol style="margin-right: 200px">
{vb:raw postbit}
</ol>
And then by trial and error replace the margin's value of 200px with the value that gives the desired result.
|
I really thought that was going to work, but it just made the top and bottom shorter. The center, where the message content is, is still bigger then my board.
Here is the screenshot after I added your code: