MyBB Community Forums

Full Version: Help Removing Space?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=29790]

Can someone help me removing the space at the top of the content? I've tried removing padding and everything else I can think of and cannot for the life of me get rid of that space.
Open global.css. At the beginning, under
body {

add this:
margin: 0; padding: 0;
(2013-07-21, 06:36 AM)Elegant Totality Wrote: [ -> ]Can someone help me removing the space...

-.-' apologies for sounding like an idiot. I had been awake far too long.

(2013-07-21, 06:49 AM)effone Wrote: [ -> ]Open global.css. At the beginning, under
body {

add this:
margin: 0; padding: 0;

Thank you very much effone =) That was the missing piece.