Hello
I see someone has written in before about this and I have tried implementing the CSS suggested, however it doesn’t appear to be working.
I am developing a site in Pro and would like the footer to be at the bottom of the page, even if there is not enough content to fill the page. The problem really only occurs on large monitors where there is a lot of vertical space and with pages with little content.

I have included a photo to show you what I mean.
I have attempted the following CSS fix, however it doesn’t appear to make any difference. Any ideas?
/* Push footer to bottom of page */
.x-main {
min-height: calc(100% - 13em);
}
