Quote:
Originally Posted by tbworld
Try this:
Add this to the bottom of your additional.css template.
Code:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
width: 546px !important;
}

|
I tried that already. lol.
But just so you see what that code does, I added it to the additional.css anyway.
It does fix the PM problem, but it also changes the width for the threads.
https://thetechgenius.net/threads/7-...st-title.?p=20
Edit: I think I have to change the "postbody" div in the Private Message template, so it uses its own Div CSS class. But I dont know where the Div is, for the Private Message template.
This is from "pm_showpm" Template:
Code:
<ol>
{vb:raw postbit}
</ol>
The
{vb:raw postbit} is where the "postbody" Div is located, but I have no idea where that code is at, since its in that vb:raw format.
Edit 2: I think {vb:raw postbit} is the Postbit_legacy Template. Or which ever postbit your using. Because when I applied "<div class="postbody" "style=width: 757px"> in the postbit_legacy template to make the threads wider, it also made the Private Message Boxes Wide again. So I think the Private Message box and the Threads, are linked to the Postbit_Legacy template.