Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #393603

    I would like that this page http://bit.ly/1ro6iVE and this one http://bit.ly/1zFCSJS can be resized on mobile views: To increase images or text (scaling, zoom via the fingers of users). Thanks!

    #393879

    Hey jruizmatrix!

    Open up /enfold/header.php and change line 35 from this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    To this.

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
    

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.