• Resolved andersmellerup

    (@andersmellerup)


    Is there anyway to lock/fixate the footer, so that it is constantly visible. This is my personal website, and I would like my three social links in the bottom to be constantly visible.

    The page I need help with: [log in to see the link]

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

    (@anonymized-16453565)

    hey, @andersmellerup

    To do that add below css into Appearance → Customize → Additional CSS:

    #footer {
      position: fixed;
      left: 0px;
      bottom: 0px;
      right: 0;
      z-index: 9999;
      margin: 0 auto;
      width: 1040px;
      margin-left: 440px
    }

    But I suggest you to use Sticky Side Buttons plugin instead of sticks the full footer section. It looks like screenshot and you can also change the position of this sticky social icons and this plugin also provided some functionality for designing and all.

    Hope the above will help you.
    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Fixed footer’ is closed to new replies.