The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Full Site Banner
Hey guys, I have a site called www.geekmeisters.com
I have a banner for it and it is at the top. The logo that the skin I chose is only a very small pic (107x29 or something like that). I want it to go through the whole bar. Heres an example of what I would like |
#2
|
|||
|
|||
You have not tried just simply uploading it? Normally it works for me. Aslong as the height is the same!
|
#3
|
|||
|
|||
No, when you upload it with a bigger length, the image on the right gets squeezed. So everything looks bad. They only allow you to have this size. Wondering if there was a code that could overlap that top banner.
|
#4
|
|||
|
|||
The resize the image to the right so it fits in? =/
|
#5
|
|||
|
|||
It's not an image. I have no idea what that is. It's like a pattern or something.
|
#6
|
|||
|
|||
Its a tile, thats how i find it very hard to belive it can look mooshed. Or do you mean the banner you uploading looks squashed?
|
#7
|
|||
|
|||
Okay, I think to do what you want you'll have to edit the CSS for this skin. The logo isn't actually an HTML IMG, but rather the background image of a DIV. That's why you can't just resize it with HTML. If you don't know what I mean, don't worry.
Find: (I could be wrong but I think you'll find this in the headinclude template, as opposed to the header template) HTML Code:
#logo { background: url(iSkin_Black/misc/hdr_logo.gif); width: 175px; height: 90px; align: left; margin: 0; padding: 0; } Hopefully this helps! |
#8
|
|||
|
|||
Thank you for that help! You were great! I now am able to have a huge logo! Thanks!
BTW, for other people if they need help, I found this in the Main CSS file in Styles and Templates. |
#9
|
|||
|
|||
Brilliant, glad I could help!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|