Hello,
Remove your existing code, and add the following to
extra.css
Code:
.fixedLink{ position: fixed; bottom: 20px; right: 20px; z-index: 9999; outline: 0; text-decoration: none; }
Your HTML (which can be added to the
PAGE_CONTAINER template) will be:
Code:
<a href="http://www.link.com" class='fixedLink'><img src="http://www.site.com/image.png" alt="" /></a>
Change the URL of the href and image, and you're done.