Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #417544

    Is there a way to make the footer remain static so the page scrolls over it?

    Thanks

    #418087

    Hey svreatt!

    Can you please post the link to your website and a link to an example?

    Regards,
    Yigit

    #418178

    Sure.

    Here is my site: http://www.theaddictionsacademy.com
    Here is the example site: http://192.185.155.180/~paton/acedemyaddiction/

    Thanks

    #418268

    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

    #418285

    Thanks, works pretty good except that the main contents background seems to be transparent and you can see the footer thru it.

    Thanks

    #418746

    Hey!

    Please try adding following code to Quick CSS as well

    .home .container_wrap {
      background-color: white;
    }

    Best regards,
    Yigit

    #418752

    Thanks, still not there, plus this only works on the home page. I was hoping to have the footer be static on all pages.

    #418753

    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

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