Ok while I’ve been waiting for someone to assist. In the meantime I’ve simplified things but I still have the issue of the button disappearing on various devices other than my desktop PC.
HTML:
<div id=”button”>
<h3>Call Us Today! (02) 9987 0252</h3>
</div>
CSS:
#button { position: absolute; top: 45px; left: 1240px; }
NOTE: The HTML for the button is not the issue, in fact perfect as it works in with my Theme scheme.
The CSS is the problem especially when responsive.