Hi,
great theme.
Is it possible to make the footer fixed and always visible like the header?
Hey agency9!
Please add following code to Quick CSS in Enfold theme options under Styling tab to make socket section of footer fixed
#socket {
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
}
Cheers!
Yigit
Excellent! Thanks for quick reply!