Footer not sticking to bottom on CMS page

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:

  1. Select the Body (All Pages) element
  2. In the Style panel, set Display to “Flex”
  3. Click the Direction control and select the vertical down arrow
  4. Select your footer element
  5. In the Spacing settings of the Style panel, set the Top Margin to “Auto”

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.