The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Banner wider than the rest of theme
<a href="http://prntscr.com/nyi1do" target="_blank">http://prntscr.com/nyi1do</a>
The banner is 1200px width yet overlaps like this? Anything I can do css wise? |
#2
|
||||
|
||||
You can add a max-width to the additional CSS file but I don't have an active version of vB4x running to give you the correct ID or class selector.
A site I Googled says the class is .logo-image but that could be a custom style. If that is the correct class the CSS would be ... .logo-image { max-width: 100%; } |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
In your case, use this CSS:
Code:
#header img { max-width: 100%; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|