Sticky Footer (footer fixed)

Sticky footer is a footer that sticks to the bottom of the page regardless of the amount of content on the page

You can easily transform your existing footer into Sticky Footer by adding .footer-sticky class:


<!-- =======================
Footer START -->
<footer class="bg-dark footer-sticky pt-6">
	<div class="container">
		<div class="row">
			....
		</div>
	</div>
</footer>
<!-- =======================
Footer END -->

Make sure all your page content wraps up in the main tag.