@@ -22,14 +22,13 @@ title: Sticky footer with navbar template
height:100%;
/* Negative indent footer by its height */
margin:0auto-60px;
/* Pad bottom by footer height */
padding:0060px;
}
/* Set the fixed height of the footer here */
#push,
#footer{
height:60px;
}
#footer{
background-color:#f5f5f5;
}
...
...
@@ -106,8 +105,6 @@ title: Sticky footer with navbar template
<pclass="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added within <code>#wrap</code> with <code>padding-top: 60px;</code> on the <code>.container</code>.</p>
<p>Back to <ahref="../sticky-footer">the default sticky footer</a> minus the navbar.</p>