alozanx Posted September 8 Share Posted September 8 (edited) Hey guys I need some help. I've managed to make my footer sticky by using this code: //sticky footer #footer-sections { position: fixed!important; width: 100%!important; bottom: 0!important; z-index: 99!important } I,ve disabled the code until I get the solution, but if needed I can enable it The problem is that it has a black background in this case, but I want it to be transparent as the header, so you can see the content passing through the footer. Any solutions?? Edited September 8 by alozanx spelling mistake Link to comment
tuanphan Posted September 12 Share Posted September 12 Use this CSS code body { position: relative; } footer#footer-sections { position: absolute; bottom: 0; left: 0; z-index: 999; width: 100%; } footer.sections section, footer.sections .section-background, footer.sections .section-border { background: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment