• Resolved foxyfrank

    (@foxyfrank)


    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)
  • Hiren Patel

    (@hiren1612)

    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

    (@foxyfrank)

    I don’t know CSS, that’s why I’m asking.

    Thread Starter foxyfrank

    (@foxyfrank)

    chritianrasmussen.dk

    Nik

    (@nvourva)

    Hello @foxyfrank.

    I’ll need you to try a patch and let me know if it helps.
    Install and activate this plugin 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

    (@foxyfrank)

    Thanks for the help. Appreciate it very much.

    Hiren Patel

    (@hiren1612)

    td#footer{
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    }

    add this in your style.css file

    Thanks

    Hi there!

    I have exactly the same problem. I tried both the solutions that Hiren and @nvourva suggested, but i didn’t saw any difference.

    Can you post a link to your site?

    karamagalis.com

    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.

    So, you think that if i remove the twitter iframe, the problem will be solved. Is that right?

    Hello.
    Try adding this

    #site-content > .row > div {
        height: auto !important;
    }

    in your custom CSS box and see if it helps.

    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.

    I don’t see the style implemented. Have you removed it?

    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)
  • The topic ‘Footer problem’ is closed to new replies.