I think that Amity Island is a very beautiful theme, but I see that this theme has a bug since the horizontal scrollbar is being displayed in the browser (FF 3 & IE7) even if it shouldn't: it would be much better if it wasn't displayed. That's what happens on the demo site too: http://www.themeshark.com/demo/amity_island/

Comments

ehtisham’s picture

Yes, same issue here. Think its a css issue, still looking for the exact code to fix this :-(

ehtisham’s picture

Problem solved :-) Here is the solution:
http://drupal.org/node/410562

Final line in the page.tpl file should be:

<body style="overflow:hidden;"<?php print phptemplate_body_class($left, $right); ?>>

Cheers!

ehtisham’s picture

Reducing width of body in style.css by 1-2% also fixed the issue