Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why isn’t my stylesheet working on iPhone Re: Why isn’t my stylesheet working on iPhone

#110808
Bluej
Member

TheDoc
I just tried adding your meta tag and it worked perfectly:

//add meta tag for responsive styles on iPhones
function add_iphone_meta() { ?>
‹meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"›
}
add_action('wp_head','add_iphone_meta');