MyBB Community Forums

Full Version: Help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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;