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 on top of post page #50

Open
saifulmuhajir opened this issue Oct 13, 2018 · 2 comments
Open

Footer on top of post page #50

saifulmuhajir opened this issue Oct 13, 2018 · 2 comments

Comments

@saifulmuhajir
Copy link

Running locally with Jekyll 3.8.4 and the footer is on top of the posts. I didn't find anything with error from console browsers.

screenshot_20181013_144408

Can you help with this in any way? Thanks

@saifulmuhajir
Copy link
Author

Found this:

#bump {
    min-height: 100%;
    height: auto;
    margin: 0 auto ($footerHeight * -1);
}

Decided to remove the ($footerHeight * -1) and everything looks green now.

@Allanware
Copy link

For the record, the file to be modified is called _styles.scss under the folder called _sass

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

2 participants