You said in an email –
We made our theme that way. You have to customize the code make sure that you have to edit each and every time you update the theme.
Go to theme directory and go to inc -> structure -> header-extensions.php file and fine the below code
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
replace above code with below one then you can have a zoom features when pinch.
<meta name=”viewport” content=”width=device-width”>
However, I cannot find the inc -> structure -> header-extensions.php file.
Thank You