CSS code of my body and my footer in this moment:
I just can't to fix my footer at the bottom of my page. I read a lot of solutions present of www but any works for me. Thanks for help me!
body {
background: #ffffff;
color: #737f85;
font-family: "Tahoma", Tahoma, Arial, sans-serif;
font-size: 100%;
line-height: 25px;
font-weight: 400;
padding: 0;
}
.footer-sidebar {
background-color: #ccff66;
margin: 0;
padding: 55px 0 0px;
width: 100%;
height: 100%;
text-align: justify;
}