View Single Post
  #20  
Old 04-13-2007, 09:38 PM
alberta Offline
forum loafer
 
Join Date: Apr 2007
Location: Manitoba Canada
Posts: 9
Hi Paul,

I've been noticing that this happens with this template when people use a text logo rather than an image-based one. And it only happens with IE. I checked out the CSS and it seems that the font-size is not defined in this area (and IE goes a little crazy with undefined heading sizes):

#header .inside h1 a

try defining it, by adding, i.e.

font-size: 22px;

or what ever value fits best.
Reply With Quote