Thread Starter
Granto
(@granto)
Problem solved: Hello Bar / Notification Bar Pro
I solved the issued myself over time.
Thread Starter
Granto
(@granto)
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.
Thread Starter
Granto
(@granto)
As an example it is exactly like the ‘Download WordPress’ button on this forum at the top right with the only difference with my website it is to be positioned outside the website body (well it appears to be outside as it is to be placed in the top empty space) and above the menu (which is in this instance to the right).