very nice theme. Just want to point out some minor issues:
look at this page:
http://ispeakx.com/blog/2008/01/27/learn-english-singing
At the end of the blog, the list social network links are arranged as vertical rather than horizontal.
Also, the links in the comment box are out of boundary.
Thanks.

Comments

derjochenmeyer’s picture

for the links check this issue: http://drupal.org/node/221535 it should solve your problem ..

the links of the comment box can be fixed by adding one line to the comments.tpl.php

add the following before the last </div>

<div style="clear:both;"></div>

xjs’s picture

thanks very much. it works. For some reason, the Digg button does not align to the left in IE.

derjochenmeyer’s picture

the digg button is loaded into an iframe... i dont know which module does that .. but it should not be an issue of this theme ... ;)

xjs’s picture

It's "digg this" module. Now IE seems to cause more trouble. When I open my site using IE6, the right column is pushed to the bottom of the page. Any suggestions on fixing this under IE6? Thanks!

derjochenmeyer’s picture

you changed the width of the columns... IE needs more space...

try limiting the middle content area more... 54% maybe ... you can also do that in the ie-fix.css !

maybe someone else has a better idea how to fix this? I would be glad to fix that in the next version if i had a save solution...

derjochenmeyer’s picture

Title: links » service links problems
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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