https://www.icyphoenix.com/viewtopic.php?f=35&t=6075&p=41100#p41100
-----------------------------------
DWho
Thu 09 Jul, 2009 21:55

Re: How To Edit The Hight Of The Head From The Icy Default Theme?
-----------------------------------
open your templates/icy_phoenix/style_ice.css file and look for 

[code linenumbers=false]#top_logo{
	border: 0px solid #ffffff;
	background: url('images/ice/top_header.png') repeat;
	/* background: url('images/ice/top_header_ts.png') repeat; */
	height: 150px;
}[/code]

change the 150px to 103px

then find

[code linenumbers=false]#logo-img {
	margin-top: 20px;
	margin-left: 10px;
}[/code]

change the margin-top:20px to what you want it to be...

Hope that helps

 :mrgreen:


