Reply To: Site displays poorly on iphone

Homepage Community Forums Adapt Theme Support Site displays poorly on iphone Reply To: Site displays poorly on iphone

#1218
Wes
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
    ------------------------------------------------------------ */