MyBB Community Forums
Help. - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Help. (/thread-39155.html)



Help. - Lino - 2008-10-16

Hello, i am currently in a pickle.

I need help, ok here is my problem.

While am editing my global.css

I can't seem to make my footer height 100% so it sticks to the bottom.

Where do i put the code and what code do i put in?



RE: Help. - DougSD - 2008-10-16

So you basically don't want anything between the bottom of the content and the page? If so, go into your CSS under the body element and add this:
margin-bottom: 0;
padding-bottom: 0;