Site logo

Archived topic

Fix the Footer

2 replies · Started by Iñaki Mansilla on November 3, 2018

Viewing posts 1–3 of 3

Hi, I've seen your solution with this CSS:

@media (min-width: 768px) {
.site-footer {
position: fixed;
right: 0;
bottom: 0;
left: 0;
}
#page {
margin-bottom: 150px;
}
}

Nevertheles when you scroll some sections it look above the the footer.

Do you have any suggestion?

Thank you in advance

adding this line

z-index: 1000;

and now is ok
any other suggestion?

Hi there,

Tried checking your site but the link isn't working.

It's CSS code so if it works then there shouldn't be anything to worry about.

Let me know if you need another look :)

This archived topic is closed to new replies.