My footer is floating in the middle of my page, but it’s only happening on my CMS pages
Here is my public share link: LINK
(how to access public share link)
My footer is floating in the middle of my page, but it’s only happening on my CMS pages
Here is my public share link: LINK
(how to access public share link)
Hi there,
To fix your floating footer issue on CMS pages, here’s how to make it stick to the bottom using flexbox:
This solution ensures your footer stays at the bottom of the page regardless of the content amount above it. The flex layout creates a vertical structure where any remaining space is automatically assigned to the margin above the footer.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.