Currently conducting browser testing on a responsive website, I stumbled upon an issue with Safari that I can't seem to figure out. The challenge at hand involves having a clickable phone number at the top of the webpage for easy access by mobile devices and Skype users.
In all other browsers, the phone number appears as it should:
But in Safari, the display is not working correctly:
(Unfortunately, my reputation is too low to share images directly, hence the Gdrive links)
I have formatted the number portion as follows:
<h3 id="phone">Seattle <a id="ph-number" href="tel:2065272000">(206) 527-2000</a></h3>
The link functions properly across all browsers, except for Safari which seems to be struggling with the visual aspect. Any assistance on this seemingly simple issue would be greatly appreciated!