Specifying a custom viewport meta element in a Child Theme
I would like my child theme to have a different
viewport meta element than that which is
hard-coded in the ClassiPress wrapper.php file. I would like to override it without making (and, thus, maintaining) a copy of wrapper.php. I would like to do it, for example, in my child theme's functions.php file; but I don't know how. Do any of you?
The ClassiPress default is:
HTML Code:
<meta name="viewport" content="width=device-width, initial-scale=1" />
I would like for my child theme to use this:
HTML Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
Maybe the dev can squeeze this capability into CP 3.3.1.