View Single Post
  #4  
Old 04-07-2010, 03:31 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Changing logo size?

#header .logo a img {
height:210px;


}


Since its so big, it'll be off a little so you'll want to change CSS to this as well:

#header .logo {
top: 44px;
}

I removed the other things in that CSS declaration so I didnt have to copy everything. Just change the top declaration.
__________________
- Shane Munroe
Reply With Quote