I want to reduce the space between my header graphic and what I assume to be the ???maincontainer??? (menu bar). I just can??™t figure out the CSS to do that. I??™d appreciate any assistance.
Thanks,
Bill
Pageline product: Whitehouse 3.0
Website: http://wsash.net
Reducing Space between header graphic and main container
Started by
billwsashnet
, Jan 20 2012 08:22 PM
2 replies to this topic
#1
Posted 20 January 2012 - 08:22 PM
#2
Posted 20 January 2012 - 10:15 PM
Bill,
I'm not sure from what you said if you want white space above the header or not, so I will give you both options:
With whitespace above:
With no whitespace:
Add either NOT BOTH to Dashboard > WhiteHousePro > Custom Code in CSS Rules.
I'm not sure from what you said if you want white space above the header or not, so I will give you both options:
With whitespace above:
#header .content {
padding: 13px 0 0;
position: relative;
}
With no whitespace:
#header .content {
padding: 0;
position: relative;
}
Add either NOT BOTH to Dashboard > WhiteHousePro > Custom Code in CSS Rules.
#3
Posted 21 January 2012 - 01:09 AM
Rangelone...thank you for your very quick answer. I was stumped, but your response was right on target. Again, thanks a lot...Bill










