Home › Community Forums › Adapt Theme Support › Site displays poorly on iphone › Reply To: Site displays poorly on iphone
August 14, 2012 at 11:27 am
#1218

Moderator
Remove or comment out this code in your functions.php file –
/** Add Viewport meta tag for mobile browsers */
add_action( 'genesis_meta', 'add_viewport_meta_tag' );
function add_viewport_meta_tag() {
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>';
}
You may need to remove the responsive code at the bottom of your style.css file as well……but only do so if its needed.
/* Responsive Design
------------------------------------------------------------ */