Title: sigudd's Replies | WordPress.org

---

# sigudd

  [  ](https://wordpress.org/support/users/sigudd/)

 *   [Profile](https://wordpress.org/support/users/sigudd/)
 *   [Topics Started](https://wordpress.org/support/users/sigudd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sigudd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sigudd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sigudd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sigudd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sigudd/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Make footer always at the bottom of the page?](https://wordpress.org/support/topic/make-footer-always-at-the-bottom-of-the-page/)
 *  Thread Starter [sigudd](https://wordpress.org/support/users/sigudd/)
 * (@sigudd)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/make-footer-always-at-the-bottom-of-the-page/#post-6597075)
 * > This is not a WordPress issue but CSS layout known issue. Either you need to
   > have enough content or you can use hacks like Sticky Footer Hacks to force 
   > the footer stay at the bottom.
 * Sorry i didn’t know where to place this post. As i mentioned i tried to implement
   these type of codes with no success. Which code and where should i place it for
   the function to take effect.
 * I tried this one with no effect. please help me
 *     ```
       * {
       	margin: 0;
       }
       html, body {
       	height: 100%;
       }
       .wrapper {
       	min-height: 100%;
       	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
       	height: 100%;
       	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
       }
       .footer, .push {
       	height: 155px; /* .push must be the same height as .footer */
       }
   
       /*
   
       Sticky Footer by Ryan Fait
       http://ryanfait.com/
   
       */
       ```
   

Viewing 1 replies (of 1 total)