There’s a lot of weird things going on on your site. First, you have your body set to a fixed height. I recommend removing that style so that it is set to auto. I think the width issue is due to an interaction you have on the web hosting column to move right 1000px with the parent container set to overflow:visible. If you set this to overflow: Hidden it should stop that behavior.