MyBB Community Forums

Full Version: footer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I will try to explain as much as I can English is not my primary language.
So my footer does not stick at the bottom of the page!
http://cor****************3
Here is an example ^
Please anyone tell me how to solve this issue Smile
I could not find any problem with the footer display on your forum.
Hey .m.

I think what he means is that the footer is displayed at the end of the content and not fixed to the bottom of the page. For example if the content is shorter than the monitor's height such as the Change Password page, the footer will appear right under the content and the rest of the page is filled with his body background-color.
(2017-04-01, 10:59 AM)Sharree Wrote: [ -> ]Hey .m.

I think what he means is that the footer is displayed at the end of the content and not fixed to the bottom of the page. For example if the content is shorter than the monitor's height such as the Change Password page, the footer will appear right under the content and the rest of the page is filled with his body background-color.

This is exactly what I mean   Blush .

Bump still need support on this Smile
Make sure the code in your footer begins with
<div class="mainfooter">
<div class="wrap">
If it does and you are still having these issues then you need to check your global.css and make sure that the footer has a value of
overflow: hidden;