You need to use CSS to make it FIX at bottom..!!! If you know CSS, you can do it easily..!!
[signature removed]
I don’t know CSS, that’s why I’m asking.
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.
Thanks for the help. Appreciate it very much.
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?
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?