Hi –
The mobile menu below has an additional short section between the contact menu button and the phone number only when loaded on a phone. I’m not sure why…
Thanks!
Hi Oliviasimone!
Not sure if you got this sorted… but everything looks good now…
This is what we see when we open the mobile menu
Cheers!
Vinay Kashyap
That’s what I see on Android.
I see this on iPhone:
Hi,
It looks fine on my end using iphone6/chrome, in what browser are you seeing this?
Best regards,
Rikard
Hey!
I can reproduce the issue on my iphone. Can you please try adding following code to Functions.php file in Appearance > Editor and check if that helps
function avia_turn_off_detection(){
echo '<meta name="format-detection" content="telephone=no">';
}
add_action('wp_head', 'avia_turn_off_detection');
Cheers!
Yigit