Since version 2.3.9 the footer also snaps to the top of the screen.
Scroll Snap settings in Page Settings are the same like before:
Type: Mandatory (y-axis)
Snapping elements selector: .brxe-section
Align: start
Since version 2.3.9 the footer also snaps to the top of the screen.
Scroll Snap settings in Page Settings are the same like before:
Type: Mandatory (y-axis)
Snapping elements selector: .brxe-section
Align: start
Works fine for me, can you give a bit more context or how you have your page setup?
The page: Header, 7 brxe-sections, footer
Scroll snap settings are:
Type: Mandatory (y-axis)
Snapping elements selector: .brxe-section
Align: start
The footer doesn’t stay at the bottom, it also snaps to the top. (in former versions it stayed to the bottom)
What additional info do you need?
Are you setting a height on your sections? Here is a little video showing you how I set mine up.
On the sections i have a min height of 100svh. Not on the footer.
Your footer should be a template, so it is outside of the page you are working on.
You could add some custom css to fix the footer to the bottom as well.
/* -- Fixed Footer -- */ .brx-body { min-height: 100vh; }
Try and remove the min-height and just apply it to the height.
The footer is a template. unfortunately your custom css didn’t work.
But I found a temporary solution to my problem:
In the footer template I put the following on the section:
Layout > Scroll snap:
Type: Mandatory (y-axis)
Align: End
The only problem I still see in the frontend is that the scroll bar on the right behaves strange. It is too long, the footer seems to have a lot of white space after it.
Also in the builder I have a lot of white space after the footer.
Well, it is hard to help troubleshoot when I don’t know your setup. I have not seen a link, screenshot, or video – so it is just a guessing game at this point. Not much more I can do for you.
yes, thank you very much!!
You’re welcome, hopefully you can find a solution. =]
Hi George,
Thanks so much for your report!
Unfortunately, I cannot reproduce the issue either. Would you be so kind as to provide a live link and a screencast using https://jam.dev showing your setup and explaining what’s happening?
Best regards,
timmse