Hey there, I could use some help with this code snippet:
footer {
background-color: #359DFF;
text-align: right;
text-decoration: overline;
height: 50px;
width: 100%;
padding: 25px;
margin: 0px;
bottom: 0px;
position: absolute;
}
The issue I'm facing is on my school webpage located at . The footer doesn't seem to fit the page properly, and there's an unsightly gap on the left side. This results in a white line running along the bottom, which isn't supposed to be there.
Any suggestions on how to address this problem and ensure the width adjusts correctly on all pages? Setting width:100% isn't doing the trick for me.