Answers for "how to fix footer at bottom of page in bootstrap"

0

bootstrap footer bottom of page

<!--Use the navbar component and add .navbar-fixed-bottom class:-->

<!--Bootstrap 3.x-->
<div class="navbar navbar-fixed-bottom"></div>

<!--Bootstrap 4.x-->
<div class="navbar fixed-bottom"></div>

<!--Don't forget to add body { padding-bottom: 70px; } or otherwise the page content may be covered.-->
Posted by: Guest on May-09-2021

Code answers related to "how to fix footer at bottom of page in bootstrap"

Browse Popular Code Answers by Language