Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sandor Kovacs

    (@almos20)

    Hi,

    You have to add z-index property to #simple-sticky-footer-container for example: #simple-sticky-footer-container { z-index:9999; }

    After that you may have to add a padding-bottom to the body, the height og the sticky footer, example: body { padding-bottom: 200px; }

    Cheers,
    Sandor.

    Thread Starter FCurrie

    (@fcurrie)

    That worked perfectly! Thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky Footer Behind Sidebar’ is closed to new replies.