# Footer Problem can't see all the page content

**URL:** https://forum.pinegrow.com/t/footer-problem-cant-see-all-the-page-content/6712
**Category:** Beginners
**Created:** [July 23, 2022, 12:33pm UTC](https://forum.pinegrow.com/t/footer-problem-cant-see-all-the-page-content/6712 "2022-07-23T12:33:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ASmiles](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@ASmiles](https://forum.pinegrow.com/u/ASmiles)
#### Post date: [July 23, 2022, 12:33pm UTC](https://forum.pinegrow.com/t/footer-problem-cant-see-all-the-page-content/6712/1 "2022-07-23T12:33:26Z")

</div>

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](http://phpstack-144212-2773165.cloudwaysapps.com/rogue.html)

---

<div class="post-metadata">

### Author: ![abirana](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/abirana/32/4162_2.png) [@abirana](https://forum.pinegrow.com/u/abirana)
#### Post date: [July 24, 2022, 5:27am UTC](https://forum.pinegrow.com/t/footer-problem-cant-see-all-the-page-content/6712/2 "2022-07-24T05:27:22Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![ASmiles](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@ASmiles](https://forum.pinegrow.com/u/ASmiles)
#### Post date: [July 24, 2022, 9:38am UTC](https://forum.pinegrow.com/t/footer-problem-cant-see-all-the-page-content/6712/3 "2022-07-24T09:38:38Z")

</div>

Thanks! I used the position: sticky on the footer and it works 🙂
