Sorry for that, I got it.
You have to do something because header and bottom part is out of wrapper. So, without responsive view it is difficult. Now do the below things:
# You have some media query css on your template.css file at the end, please disable it.
# Please, go to plugins\system\helix\core\class.helper.php file and find:
function loadHead()
from above function comments the line
$this->API->setMetaData('viewport', 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0');
Hope it will help.