|
Hi,
In your div MainContainer
this is your code
bottom:100px;
float:left;
height:100%;
left:220px;
margin-right:300px;
padding-right:0;
position:absolute;
top:0;
width:96%;
make the last width 96% to 50% this make your scroll to disappear i have bolded where to make the change
|