Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #523866

    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”

    #523877

    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

    #524208

    Great! Thank you for helping me.

    #524688

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.