Hello There,
Thanks for writing in! By default the footer will be displayed right after the content area regardless whether there is more or less content in the content area. If you want that the footer will always be at the bottom of the page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site > .x-container.max.width.offset {
min-height: calc(100vh - 165px);
}
Please let us know if this works out for you.