Active
Project:
Amity Island
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2009 at 17:47 UTC
Updated:
20 Jul 2009 at 16:31 UTC
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
Comment #1
ehtisham commentedYes, same issue here. Think its a css issue, still looking for the exact code to fix this :-(
Comment #2
ehtisham commentedProblem 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!
Comment #3
ehtisham commentedReducing width of body in style.css by 1-2% also fixed the issue