MyBB Community Forums

Full Version: Ho do I move the bottom up?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 8vr6cb.png]

Just like this how can i move the bottom up a little bit?
Hello there, do you mind clarifying what you mean? What exactly do you want moved up? The copyright?
(2011-10-27, 02:25 AM)Audentio Wrote: [ -> ]Hello there, do you mind clarifying what you mean? What exactly do you want moved up? The copyright?

No. Where the forum ends but you can still see the background.
I am still unclear but it looks to me like its the #container div unless you changed the code. So I'd say just add more margin to the top and bottom. For example:

#container {
  margin: 60px auto;
}

Try that (place it in global.css in the theme style) and let me know if that accomplishes what you are trying to do, otherwise remove it and then please try rephrasing the question if you don't mind Smile.