我的移动网站 www.theFriendlydentist.ie 顶部的两个按钮出现问题
它们在桌面上可点击,但在移动设备上我没有得到任何响应?
html 放置在 WP 主题的标题中。
<div id="topcontact-2" style="background-color:white;">
<a href="tel:012863787"><p style="background-color:white;padding:none;"class="call-button" id="call-button"> CALL US </p> </a>
<a href="mailto:info@thefriendlydentist.ie"> <p style="background-color:white;padding:none;" class="call-button" id="email-button"> EMAIL US </p> </a>
</div>
Run Code Online (Sandbox Code Playgroud)