Looking for some assistance with creating a page using bootstrap 4.5.2, as it's new territory for me. I'm trying to automatically position a footer at the bottom of the page without resorting to absolute positioning.
I attempted to use mt-auto
on the footer class and apply d-flex flex-column min-vh-100
to the body, but that only pushed the footer to the bottom of the top part of the page instead of the entire page.
It's possible my version of bootstrap is outdated or there might be another issue at play that I'm not aware of.
You can view a demo below (works best in full screen). It's not perfect, but it showcases how the footer is positioned at the bottom of the top 100% rather than the entire page. Any suggestions?
<!DOCTYPE html>
<html lang="en">
<!-- Rest of the HTML code -->
</html>