Hello,
I’ve had a big problem with getting a sticky footer in place. Now that I have it’s hiding text within the page. I’ve tried using a div and div.clear but I still cant see all the text on mobile.
Any help would be much appreciated… temporary link:
http://phpstack-144212-2773165.cloudwaysapps.com/rogue.html
If you use position: fixed it will always appear where you place them.
In situation like this, you can actually use position: sticky, this way it will remain fixed until it reaches the actual position of that element.
1 Like
Thanks! I used the position: sticky on the footer and it works
2 Likes