Yes sorry i forgot https://nineofspades.co
Topic summary
Footer doesn’t stay at the bottom on short-content pages in the Baseline theme. Store URL was shared for review.
Initial fix proposed: set the footer to position: fixed at the bottom of the viewport. Result: footer became permanently stuck to the screen bottom and overlapped content (appearing to take up half the screen), which is not the desired behavior. The user wants the footer to sit below all page content and only appear at the bottom of the page, not fixed to the viewport.
The user provided a video demo (Streamable link) showing the issue, especially on pages like FAQ/Contact.
Follow-up suggestion: add a mobile-only CSS rule (max-width: 600px) that applies extra bottom padding (200px) to the main template section to prevent overlap on small screens.
Notes:
- “Fixed” positions the footer relative to the screen, not the page, which can cover content.
- Desired behavior is a natural footer at the end of the document flow, even when content is short.
Status: No confirmed resolution yet; the latest CSS change was requested to be added and tested.