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!
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