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

    hi,

    how can I create a cross-site sticky footer exactly like this:
    http://www.whisky.com.tw/home.php

    please help, thank you :)

    #434460

    Hi decode!

    Please add following code to Quick CSS

    #socket {
      position: fixed;
      bottom: 0;
      width: 100%;
    }

    You can make your footer sticky as well, but it would cover big part of the screen.

    Cheers!
    Yigit

    #438813
    This reply has been marked as private.
    #438965

    Hey!

    Please add following code to Quick CSS as well

    #socket { z-index: 999; }

    Regards,
    Yigit

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