Hello is it possible to set the footer fixed on the bottom of the browser window.
Now I’m using the file package “Restaurant One Page Demo”
Hey Luisgasser!
Would you like to fix only socket section (where you have copyright text etc.) or whole footer? In my opinion whole footer would not nice as it would cover a big portion of the screen.
For socket section, please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket {
position: fixed;
bottom: 0;
width: 100%;
}
Cheers!
Yigit
Great! Thank you for helping me.