Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @200-1

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    footer {
      position: sticky;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
    }

    Thanx.

Viewing 1 replies (of 1 total)
  • The topic ‘how to make footer sticky to bottom of the pages?’ is closed to new replies.