View Full Version : How to Increase header height?
Bradley_Wint
06-26-2010, 10:15 PM
hey guys, Im trying to replace the default vb logo with my own, which is about 85 px in height...but how do I go about increasing the height of the space it fits into?
http://imgur.com/w8BaT?full
ChopSuey
06-26-2010, 10:38 PM
Add some <br />'s too the bottom of the header tempate? :p
Bradley_Wint
06-26-2010, 10:42 PM
Haha and I found out that it isnt pegged to any CSS, so inserting the bigger image made it larger.
Rafa-el
06-26-2010, 10:49 PM
Go to the header template and there search for <div id="header" class="floatcontainer doc_header"> and replace it for <div id="header" class="floatcontainer doc_header" style="height:85px;"> where 85px are the amount of pixels that you want for height in the header.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.