I am coding this layout as a wordpress theme and having a slight problem
This is a link to my index page and how the layout should be,
however, after adding comments and a comment form, the layout shifts to the left a bit.
I am pretty sure it has to do with the comments or comment form because when I delete the code to include the comment.php file from the page, the layout doesnt shift to the left
this happens in IE, firefox and Chrome on Windows 7
screen resolution 1680×1050
It’s because of the vertical scroll bar that appears to the right. Because your page is centered, the scroll bar reduces the horizontal visible area, causing your layout to shift a bit to the left.