How do i fix the sticky footer? – WordPress
I have implemented a sticky footer on my wordpress website with this HTML code: <style> .footer{ position: fixed; left: 0; bottom: 0; width: 100%;} </style> But when viewing the post, the footer goes beyond a section on the website (attaching…