I am facing a major issue with my website, which is built on Joomla and uses a free template. The problem arises when I visit this particular page: . I have found that adjusting the margin of { p.stickynote } to { margin-bottom:300px; } resolves the issue. If you experiment with the { margin-bottom:300px; }, you will notice changes in the behavior of this element. Removing the margin will cause the div to appear in the center of the page. Although I added {bottom:0px;}{position:fixed;} to { div style="bottom: 0px;" id="footer-cover" }, the black banner at the bottom remains unchanged. Is there any advice on how to keep it fixed at the bottom of the site?