Is there a way to make the footer remain static so the page scrolls over it?
Thanks
Hey svreatt!
Can you please post the link to your website and a link to an example?
Regards,
Yigit
Sure.
Here is my site: http://www.theaddictionsacademy.com
Here is the example site: http://192.185.155.180/~paton/acedemyaddiction/
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #footer {
position: fixed;
border: 73px;
width: 100%;
z-index: 0;
}
.home #socket {
position: fixed;
bottom: 0;
width: 100%;
z-index: 0;
}
.home #av_section_6 {
margin-bottom: 300px;
}
Cheers!
Yigit
Thanks, works pretty good except that the main contents background seems to be transparent and you can see the footer thru it.
Thanks
Hey!
Please try adding following code to Quick CSS as well
.home .container_wrap {
background-color: white;
}
Best regards,
Yigit
Thanks, still not there, plus this only works on the home page. I was hoping to have the footer be static on all pages.
Hi!
I wanted to give it a try but apparently it requires more customization than we can provide on our forum as it would be beyond the scope. Please feel free to hire a freelance developer using the forum here – http://kriesi.at/contact/customization
Best regards,
Yigit