View Full Version : How do I change the HEIGHT of the header?
addamroy
11-11-2011, 07:40 PM
I want to change the height of the header area just a little bit, so I can use an image that's a bit taller than the default.
The default height is 78px.
I've been making due with my header image as it is, but I want to make it just a little bit bigger, maybe add another 20-50px to the height.
Where/how do I change the height of the header?
addamroy
11-13-2011, 04:19 PM
Can anyone tell me how to do this please??
I've already searched the forum and anytime it was brought up there was no solid answer, all that was said by support on the threads is, 'whats the url of your forum', which shouldn't really matter anyways, lol.
There's gotta be a simple way to do this.
Lynne
11-13-2011, 04:24 PM
Probably something like:
.doc_header {height: 100px;}
addamroy
11-13-2011, 06:31 PM
Thanks but that is extremely, extremely vague.
Where do I find that code, where do I put it?
mmfgamer5
11-13-2011, 07:00 PM
Go to the AdminCP > Styles & Templates > Search in Templates > .doc_header { > vbulletin-chrome.css. Then, click on the Find button underneath the big text box which contains the template code. Change the "min-height" parameter to:
min-height: 100px;
Obviously, change the 100px to whatever height you want the header to be. Good luck.
Lynne
11-13-2011, 10:32 PM
Thanks but that is extremely, extremely vague.
Where do I find that code, where do I put it?
As my signature says, if I don't specify a template to add the css to, just throw it into the additional.css template.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.