Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer overlapping content #700

Open
KR1275 opened this issue Jun 16, 2024 · 0 comments
Open

Footer overlapping content #700

KR1275 opened this issue Jun 16, 2024 · 0 comments

Comments

@KR1275
Copy link

KR1275 commented Jun 16, 2024

I want to have my footer at the bottom of every page. I see that my footer is overlapping the content. It's not possible to scroll to see the rest of the page (even worse on small screens, like mobile phones).

How can I get the footer always under the page content (and when the content is short, at the bottom of the screen).

I use custom css:

.astroid-sticky-footer {
position: absolute;
bottom: 0;
width: 100%;
}
image

I think the content needs 100% height, but I don't know where to enter this css. Someone who knows this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant