Hi,
please, how to create footer in new responsive engine if pages are in column layout?
I just cant push element to bottom of the page…
Thank you.
Best,
Michal
Hi,
please, how to create footer in new responsive engine if pages are in column layout?
I just cant push element to bottom of the page…
Thank you.
Best,
Michal
Use the FloatingGroup element, and you can position it at the bottom fixed.
Floating group could be fixed to bottom of a screen but not at the bottom of the page.
Or how to do it?
Thanks,
Michal
Put a screenshot or an image on what you are trying to achieve.
Your footer should be as reusable element.
Thank you for the tips but how achieve “make it last on the page”?
Here is my page:
And here is the setting of reusable footer:
Same issue here
Make sure the ‘stuff on the page’ doesn’t have a fixed height, nor is set to fit height to content - leave its max height as infinite so it fills the full height of the page.
check the editor
Hi Michal,
Please kindly check the minimum height in the layout settings of your page. It should be 0 or some other small number
You just need to play around with the way you have things grouped on the page.
Align to Parent
Footer
in a group and call it something like Page Container
and set the type to column.Page Container
to the top of the pageNow the footer will be stuck to the bottom of the page in the case that the page container isn’t tall enough to push the footer to the bottom of the page, but in the instance that the page container height is like 3000px or something then you won’t have a sticky footer, it’ll still be underneath the page container when you scroll down
Josh @ Support Dept
Helping no-code founders get unstuck fast save hours, & ship faster with an expert on-demand
Isn’t there a risk of footer overlapping body column doing that? I don’t know how to prevent overlap for Align to Parent
In my app, when saving for “production”, I set the “min height” in the layout properties of the page to 0
Hi guys,
thank you for advices.
I finally solved it with min height 0 (what was fine advice) and empty group over footer with infinite height. So, if i change size of page, the empty group pushing footer at the end of the page in every situations.
You can check it here: https://backuptor.com/
Best,
Michal