#FeatureRequest: Allow anchors to link to top of footer

Current workaround and why they don’t do enough:

  1. You can anchor a link to the “bottom of page,” but if the footer is taller than the screen height, you still miss the top of the footer

  2. You can place an anchor at the bottom of a regular page (outside and directly above the footer), but since anchors are prevented from being any closer than 20px from the footer, the link still navigates to above the footer and still does not go directly to the top of the footer. (Even worse - on mobile, it navigates to no closer than 100px above it) Additionally, you are forced to go to an anchor on 1 specific page on the website, rather than the top of the footer on whatever page you’re currently on.

So, the ability to link to the top of the footer on the current page would be awesome.

Thanks for reading!

Thanks Courtney!

You can do this with a couple lines of code. When a person clicks a button, the screen will scroll to the top of the element you chose.