Quote:
Originally Posted by fluidswork
Hello TheLastSuperman,
How are you ? I have some question about the header part here are they ....
- first is there any way to increase header height ?
- how can i bring the logo to middle .....
- how to bring some space above the header as i want to place an advertisement there ....
and last but not the lest can you tell me just the stylevars that are used in this image below to make it look something like that .... as if you can tell me then i will get the complete knowledge about how to edit the header part .....
I hope i didn't disturbed you as if you can help me out lil bit ....
Thanks
|
Header height - Edit vbulletin-chrome.css and find:
Code:
.doc_header {
_background-image:none;
border:{vb:stylevar header_border};
color:{vb:stylevar header_color};
font:{vb:stylevar header_font};
position:relative;
min-height:35px;
/*padding-bottom:{vb:math {vb:stylevar padding}/2};*/
/*margin-bottom:{vb:math 2 * {vb:stylevar navbar_tab_size.height}}px;*/
}
Change min-height:35px; to the value you want OR add in a height:50px; but imo I would use min-height

.
Header to the middle - You can find that info here:
http://www.vbulletin.com/forum/showt...enter-the-Logo
Space above the header - You can add in a new DIV or simply increase the height I would think should not be too hard once you start tinkering

.
--------------- Added [DATE]1298342223[/DATE] at [TIME]1298342223[/TIME] ---------------
Quote:
Originally Posted by bearcub
This is a fantastic article and will help me immensely.
|
Thanks and glad it's useful

.