View Single Post
  #1  
Old 10-15-2012, 10:18 PM
houseofgrays's Avatar
houseofgrays houseofgrays is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2011
Location: Orange County, CA
Posts: 47
Default Viewport function not working

I've got the following code in my functions.php file:
Code:
add_action( 'genesis_meta', 'child_add_viewport_meta_tag' );
function child_add_viewport_meta_tag() {
    echo '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>';
}
My site still is initially zoomed in 70% or so on a mobile device. Here's a link, any help is appreciated...
http://beta.sacredjourney.com

Thanks!