Title: Footer problem
Last modified: August 31, 2016

---

# Footer problem

 *  Resolved [foxyfrank](https://wordpress.org/support/users/foxyfrank/)
 * (@foxyfrank)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/footer-problem-39/)
 * I’m currently using Olsen Light which I like very much.
 * I am, however, experiencing a problem with the footer. In pages where I don’t
   have much text the footer won’t stay fixed at the bottom. It sort of appears 
   right in the middle of my widgets.
 * How do I make it stay at the bottom?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/footer-problem-39/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/footer-problem-39/page/2/?output_format=md)

 *  [Hiren Patel](https://wordpress.org/support/users/hiren1612/)
 * (@hiren1612)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161554)
 * You need to use CSS to make it FIX at bottom..!!! If you know CSS, you can do
   it easily..!!
 * _[signature removed]_
 *  Thread Starter [foxyfrank](https://wordpress.org/support/users/foxyfrank/)
 * (@foxyfrank)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161572)
 * I don’t know CSS, that’s why I’m asking.
 *  Thread Starter [foxyfrank](https://wordpress.org/support/users/foxyfrank/)
 * (@foxyfrank)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161583)
 * chritianrasmussen.dk
 *  [Nik](https://wordpress.org/support/users/nvourva/)
 * (@nvourva)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161617)
 * Hello [@foxyfrank](https://wordpress.org/support/users/foxyfrank/).
 * I’ll need you to try a patch and let me know if it helps.
    Install and activate
   [this plugin](https://wordpress.org/plugins/wp-add-custom-css/) then go to “Add
   Custom CSS” on your dashboard and paste this
 *     ```
       .sidebar {
           height: auto;
       }
       ```
   
 *  in the box, save and check the site again.
 *  Thread Starter [foxyfrank](https://wordpress.org/support/users/foxyfrank/)
 * (@foxyfrank)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161683)
 * Thanks for the help. Appreciate it very much.
 *  [Hiren Patel](https://wordpress.org/support/users/hiren1612/)
 * (@hiren1612)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161684)
 * td#footer{
    bottom: 0; left: 0; position: fixed; width: 100%; }
 * add this in your style.css file
 * Thanks
 *  [Yannis Karamagalis](https://wordpress.org/support/users/karamagalis/)
 * (@karamagalis)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161818)
 * Hi there!
 * I have exactly the same problem. I tried both the solutions that Hiren and [@nvourva](https://wordpress.org/support/users/nvourva/)
   suggested, but i didn’t saw any difference.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161819)
 * Can you post a link to your site?
 *  [Yannis Karamagalis](https://wordpress.org/support/users/karamagalis/)
 * (@karamagalis)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161820)
 * karamagalis.com
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161821)
 * Your theme has a built-in JavaScript function that equalizes the height of the
   main content area and the sidebar, but for some reason the script isn’t calculating
   the height of the sidebar correctly. (You can verify this for yourself by reloading
   the page or resizing the window. The sidebar won’t be overlapping the footer 
   any more, because the sidebar has been fully loaded and the height will be calculated
   correctly.) The only thing I can think of that might be throwing off the calculation
   is the `<iframe>` that’s bringing in your tweets, although I’m not sure why that’s
   the problem because the script shouldn’t start calculating until the `<iframe
   >` has fully loaded.
 *  [Yannis Karamagalis](https://wordpress.org/support/users/karamagalis/)
 * (@karamagalis)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161822)
 * So, you think that if i remove the twitter iframe, the problem will be solved.
   Is that right?
 *  [Nik](https://wordpress.org/support/users/nvourva/)
 * (@nvourva)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161823)
 * Hello.
    Try adding this
 *     ```
       #site-content > .row > div {
           height: auto !important;
       }
       ```
   
 * in your custom CSS box and see if it helps.
 *  [Yannis Karamagalis](https://wordpress.org/support/users/karamagalis/)
 * (@karamagalis)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161824)
 * Thanks for your response!
 * I tried it but the problem still remains.Now it’s a bit better, but the footer
   menu is placed on the disqus comment form.
 *  [Nik](https://wordpress.org/support/users/nvourva/)
 * (@nvourva)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161825)
 * I don’t see the style implemented. Have you removed it?
 *  [Yannis Karamagalis](https://wordpress.org/support/users/karamagalis/)
 * (@karamagalis)
 * [10 years ago](https://wordpress.org/support/topic/footer-problem-39/#post-7161826)
 * Mea Culpa. I put it in the stylesheet. It works perfectly, thank you very much.
   Were can i write a review?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/footer-problem-39/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/footer-problem-39/page/2/?output_format=md)

The topic ‘Footer problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

## Tags

 * [olsen](https://wordpress.org/support/topic-tag/olsen/)

 * 16 replies
 * 5 participants
 * Last reply from: [Nik](https://wordpress.org/support/users/nvourva/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/footer-problem-39/page/2/#post-7161827)
 * Status: resolved