Use this code if the footer doesn’t stick at the bottom of the page when pages have very short content.
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}
footer{
margin-top: auto;
}
Additional Instructions/Information