Alek 2.0 is really a great theme. Its fast and I like the design alot. Just what I was looking for.

I have recently been migrating my site to drupal and decided to use this theme at my social entrepreneur site at www.ideapreneur.net

The issue at the momment is that the title text does not display fully when I am using IE.

Thanks again.

Comments

VM’s picture

may be able to diagnose the problem using FireFox and the firebug addon to inspect the css being called there and making adjustments

rubenk’s picture

Signing up. I see the same effect

MagicMatze’s picture

I have changed CSS Code a bit. So it is displaying correctly in IE and on 1024x768 resolution the upper nav menu is also displaying correctly.

#siteName {
  font-family:"trebuchet ms", helvetica, sans-serif ;
  /*float:left;*/
  margin:40px 0 0 0;
  padding-left: 3px;
  color: #fff;
  font-size: 44px;
  text-transform: lowercase;
  position:relative;
  	margin-left:90px;

}
#navigation{position:absolute;right:0;top:0px;}
nedjo’s picture

The above solution caused problems for me in Safari. I'm using line-height to vertically align the text:

#siteName {
  font-family:"trebuchet ms", helvetica, sans-serif ;
  color: #fff;
  font-size: 44px;
  text-transform: lowercase;
  display: inline;
  line-height: 110px;
}
Gurpartap Singh’s picture

Status: Active » Fixed

Fixed in CVS. Thanks nedjo!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.