The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Make header smaller?
I would like to know if there is a way to tighten my header up (the blue where the logo sets) it looks a little this and bulky to me.
|
#2
|
||||
|
||||
Your actual logo (logo.png) is 355 pixels wide, 91 pixels tall. Therefore you should be able to set all header image dimensions to 91 px height. This will tighten it up significantly.
|
Благодарность от: | ||
SPEEDKILLZ |
#3
|
|||
|
|||
Where Would I Do This?
|
#4
|
||||
|
||||
First place I would look is Styles and Templates>Style Manager>The style in question>Common Templates and look at the "Header" code.
|
#5
|
|||
|
|||
Custom theme, My header code is empty. All in navbar temp
|
#6
|
||||
|
||||
There should be a height variable for images in that template then, most likely it's expressed in pixels. Gonna be something like 120px or more.
|
#7
|
|||
|
|||
If I am following the dialog correctly (big if!)
Then, alter and try this: Code:
/* Add to bottom of your additional.css template */ .logo-image { margin: 15px 30px; } This is really not the way to control the height of the header, you will have problems if you try to add other elements to it. For now it will get you going. |
#8
|
||||
|
||||
He has two images in his header... Height of them most likely governed in the navbar code.
|
#9
|
|||
|
|||
For some reason I only see one, so the height of his header was being altered by his large margin on his image which was set to margin: 30px;
I will defer to you then @Max Taxable, sounds as if you got this. It is all good! |
Благодарность от: | ||
Max Taxable |
#10
|
||||
|
||||
Quote:
I see from reading the page source code he does have two images, the logo he has in his signature here and the background image on the site, and again I just assume there's a height definition somewhere in the template for them. All I have are assumptions, no real answers. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|