Is there a way to make my sidebar overlap the footer? I attempted using position:absolute without success.
.sidebar-menu {
list-style: none;
margin: 0;
padding: 0;
}
element.style {
padding-bottom: 25px;
}
.main-footer {
background: #fff;
padding: 15px;
color: #444;
border-top: 1px solid #d2d6de;
}