Voeg deze code toe aan functions.php van je thema of Code snippets.

function flatsome_allow_mobile_zooming(){
print ' ';
print "n";
}

add_action( 'wp_head' , 'flatsome_allow_mobile_zooming', 9999999 );