MyBB Community Forums

Full Version: Space Between Footers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have my own footer throughout my entire website but on the forums there is extra spacing between the main footer and the powered by footer. This doesn't happen on any other page of the website.

http://gridironnation.x10.mx/forum/
http://gridironnation.x10.mx/

There is no extra code placed on the forum footer.
you can adjust or remove minimum height used for element #gn-footer
#gn-footer {
    background: url("images/repeat.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 200px;}