The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to adjust PM Width?
Does anyone know how to change the PM Box Width? My Inbox messages are showing up to wide for my style, the box goes off of the edge.
Here is a screenshot: I have been checking it out with Firebug for FireFox, but I cannot find the CSS that changes that box. Can someone please help me? This is really bugging me. Thank You, -Gary |
#2
|
||||
|
||||
A "down and dirty" fix would be to open the pm_showpm template, and locate the code:
HTML Code:
<ol> {vb:raw postbit} </ol> HTML Code:
<ol style="margin-right: 200px"> {vb:raw postbit} </ol> |
#3
|
||||
|
||||
Quote:
Here is the screenshot after I added your code: |
#4
|
||||
|
||||
On my locally hosted board where I do my coding, the change to the template has the effect shown in the attached image. I'm not sure why you are getting a different effect.
|
#5
|
||||
|
||||
Quote:
Its the ".postbody" CSS. So when I change the width for "postbody", it also changes the width for the threads too. Do you know where the codding is for "{vb:raw postbit}" ? I need to change the CSS variable for the private message body to "postbody2", and copy and paste the CSS code from postbody into additional.css, and change the width. So that way the threads wont change width, because they will use a different CSS Variable. Do you know what I am trying to say? |
#6
|
|||
|
|||
Create a temp account where we can find that header and then we can easily help.
|
#7
|
||||
|
||||
Quote:
Site: https://thetechgenius.net Username: Testing Password: testing Note: Notice the first capital letter of the user name. They are case sensitive. Thank you so much for helping me. I greatly appreciate it! |
#8
|
|||
|
|||
Quote:
Please send a few private messages to the test account, so that I can see the header. Thanks. |
#9
|
||||
|
||||
Quote:
And I have sent a PM to the test account. Thanks again! |
#10
|
|||
|
|||
Try this:
Add this to the bottom of your additional.css template. Code:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody { width: 546px !important; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|