Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #598101

    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!

    #598128

    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

    #598211

    That’s what I see on Android.

    I see this on iPhone:

    Mobile menu

    #598793

    Hi,

    It looks fine on my end using iphone6/chrome, in what browser are you seeing this?

    Best regards,
    Rikard

    #598953

    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

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