Footer Stick To Bottom - Question | JoomShaper

Footer Stick To Bottom

S

Seppe

Helix Framework 1 year ago

Good morning

In PageBuilder there is the option to make the footer sticky to the bottom. Is it in the Helix framework also possible?

If I edit the template, there is no such option with the footer.

0
4 Answers
Pavel
Pavel
Accepted Answer
1 year ago #105813

Hopefully this is a correct way

Hi Seppe . Yes it is

read the last tip on that documenation page

Hi Paul. I think this is not that needed in the aspect of this topic. And maybe this solution also should be added to documenation page. It makes footer always on bottom if page has no content

0
S
Seppe
Accepted Answer
1 year ago #105782

found it... I guess

I added this extra CSS code, same as I used for PageBuilder... Hopefully this is a correct way, if not... please advice :)

 .body-innerwrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#sp-main-body {
    margin-bottom: auto;
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #105796

Hi Seppe,

read the last tip on that documenation page > https://www.joomshaper.com/documentation/helix-framework/helixultimate/faq-how-to-do

0
S
Seppe
Accepted Answer
1 year ago #105854

@Paul

Thank you for the link Fact is, I tried to search the documentation. It would be usefull if words like 'sticky' result in pages in the documentation. Now it just says "Sorry, but nothing matched your search terms. Please try again with some different keywords."

0