add following to css
/*** Full Width On Mobile ***/
@media (max-width: 481px) {
.et_boxed_layout #page-container {
max-width: 100%!important;
width: 100%!important;
}
#main-header, #top-header {
max-width: 100%!important;
width: 100%!important;
}
}