Why is footer not sticking to bottom?

Hi there,
For some reason I’ve this particular page where the footer seems to… ‘hover’, it’s not stuck to the bottom in this on particular page -

Help please :slight_smile:

Hi There,

This issue happens because your page does not have many elements yet (the height of content is not tall enough to push the footer down to the bottom).

Could you please add more elements to your page?

Let us know how it goes!

Well, the elements are simply links to articles which I’ll add with time, once they’re written; there’s gotta be a way around it. This is not the first time I’ve created a page like that with hardly any content.

Plus, how would I know how many elements to add?

Hi There,

Please try adding the min-height: 250px inline CSS to your last section.

Hope it helps :slight_smile:

What do you mean by “last section”?

Thanks,

Hi There @liorgo81

It seems that you’re using some other 3rd party builder to build the page other than Cornerstone.

You can try adding the following CSS rule into your custom CSS area or you need to check your builder’s documentation for other alternative options.

.x-main {
   min-height: 900px
}

Further you can check the following resource (https://css-tricks.com/couple-takes-sticky-footer/).

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.