Hi, you can try to change these below:
find this line 186:
.header_container_fixed {
background: none repeat scroll 0 0 #2a2a26;
display: table;
float: left;
height: 100%;
position: fixed;
width: 220px;
z-index: 1;
}
replace by this:
.header_container_fixed, .header_container_flat {
display: table;
float: none;
height: auto;
position: relative;
width: 100%;
}