View Full Version : Stupid newbie question...can one increase the header height?
matthewd5
12-06-2013, 01:38 AM
It seems that all the vb setups I see seem to have the exact same height on their headers...
Is this written in stone or is there a way, or place, to alter the height?
Is there a vb for dummies?
Matthew
ZUCCO
12-06-2013, 01:46 AM
Styles & Templates > Style Manager > {style} > All Style Options [Go] > Size and Dimensions
ozzy47
12-06-2013, 01:48 AM
If it is the default style, you can change the height by adding this to your additional.css
.doc_header
{
min-height:35px;
}
Change 35 to suit your needs, it is the default size.
--------------- Added 1386301836 at 1386301836 ---------------
Styles & Templates > Style Manager > {style} > All Style Options [Go] > Size and Dimensions
This is a vB4 forum, not vB3
matthewd5
12-06-2013, 03:10 AM
If it is the default style, you can change the height by adding this to your additional.css
.doc_header
{
min-height:35px;
}
Change 35 to suit your needs, it is the default size.
--------------- Added 1386301836 at 1386301836 ---------------
This is a vB4 forum, not vB3
I am asking about vb 4...what made it a vb3 question or answer?
ozzy47
12-06-2013, 03:15 AM
I know you were asking about vB4, but Zucco posted a way to do it in vB3. Follow the instructions I gave and you should be able to do it. :)
matthewd5
12-06-2013, 02:46 PM
I know you were asking about vB4, but Zucco posted a way to do it in vB3. Follow the instructions I gave and you should be able to do it. :)
Ahh. Thank you!
Matthew
ozzy47
12-06-2013, 03:44 PM
Not a problem, glad to help. ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.