The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
When adding an attachment to my forum, the popup window is sized wrong. I end up with horizontal scroll bars (the window itself is properly sized, but the content is not).
This does not happen with the default vbulletin skin, only my custom one. I'm running vbulletin 4.1.11 Attachment 139900 |
#2
|
|||
|
|||
![]()
Well, I was finally able to fix this myself, the developers who made my theme don't seem to provide any support
![]() The problem is that the coders set a minimum width for the body tag. This caused the body of all windows to be set to whatever the minimum was. I fixed this by adding the following to additional.css: Code:
#attachmentpopup { width:auto; min-width:100px; max-width:{vb:stylevar doc_maxWidth}; margin: 0; } change Code:
<body onload="self.focus()"> Code:
<body id="attachmentpopup" onload="self.focus()"> |
#3
|
|||
|
|||
![]()
thanks so much
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|