MyBB Community Forums

Full Version: Can't remove white border
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I recently changed my forums header so that I had a menubar shared with my website but for some reason a white border has appear around the whole forum I can't seem to work out why it's there and can't get rid of it.

Any help getting rid of it would be greatly appreciated Smile.

Thanks,
Kyle
You need to reset your css.
Open your global.css and at the very beginning under:

body {

add these two lines:

margin: 0;
paddind: 0;

Save the global.css and you are free from the white border around Big Grin
Thank you so much it worked great, I really appreciate that Smile.