Tagged: sticky footer
I’m using the below code to make the Footer a sticky.
#footer {
position: fixed;
bottom: 0;
width: 100%;
}
#footer .widget {
margin: 5px 0 5px 0;
}
Can anyone supply code to half the height of the footer? Here is what is looks like now. https://iconic.one/t/
I’m also using the Testimonials Rotator in the footer just in case you need to know this.
Thank you
Hey Brand,
Try adding height:50px; to your code, like this:
#footer {
position: fixed;
bottom: 0;
width: 100%;
height:50px;
}
#footer .widget {
margin: 5px 0 5px 0;
}
Best regards,
Mike
Perfect! Thanks Mike
Hi,
I’m glad Mike’s solution was able to help you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon