When you use a width of 100% and then resize your screen to be narrower than max width, the page doesn't fit on the screen but instead is always slightly wider than the screen size.
Seems like it might be an issue with left and right padding somewhere.
Reducing the width to 95% is a temporary alternate solution.
I have seen this in firefox/chrome/opera on linux
and IE7/IE8/chrome/firefox on windows.
Comments
Comment #1
Siva Kranthi Kumar commentedThere is a 15px padding for #navigation-wrapper, #header, #main-columns, I believe that is giving the problem.
Solutions:
1.Try to reduce the width to 95% (Recommanded)
2.Delete the padding
Comment #2
jarek foksa commentedI have removed the "Layout width" option in revisions 6.x-1.20 and 7.x-1.20 as it was confusing for most users.
Layout width is now hard-coded to 95% but you can tweak it by changing min- and max-width values in theme settings.