Title: Fixed footer
Last modified: April 22, 2019

---

# Fixed footer

 *  Resolved [andersmellerup](https://wordpress.org/support/users/andersmellerup/)
 * (@andersmellerup)
 * [7 years ago](https://wordpress.org/support/topic/fixed-footer-4/)
 * Is there anyway to lock/fixate the footer, so that it is constantly visible. 
   [This ](http://andersmellerup.com)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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffixed-footer-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years ago](https://wordpress.org/support/topic/fixed-footer-4/#post-11454153)
 * hey, [@andersmellerup](https://wordpress.org/support/users/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](https://prnt.sc/nfavd3) 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/boxstyle/1.3.9/screenshot.png)
 * Boxstyle
 * [Support Threads](https://wordpress.org/support/theme/boxstyle/)
 * [Active Topics](https://wordpress.org/support/theme/boxstyle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/boxstyle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/boxstyle/reviews/)

## Tags

 * [fixed](https://wordpress.org/support/topic-tag/fixed/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [locked](https://wordpress.org/support/topic-tag/locked/)

 * 1 reply
 * 2 participants
 * Last reply from: Anonymous User 16453565
 * Last activity: [7 years ago](https://wordpress.org/support/topic/fixed-footer-4/#post-11454153)
 * Status: resolved