Add code file functions.php in child theme or main theme:
add_filter( 'flatsome_viewport_meta', 'lap_viewport_meta_tag' , '1' );
function lap_viewport_meta_tag() {
return '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=1" />';
}
