MyBB Community Forums

Full Version: apart night grey at top of header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so I am working on the apart theme just adding my custom nav bar and there is an area of grey at the top of the header i cant seem to get rid of any ideas ?

http://gracelessrequiem.com/index.php

Ok anyone interested the code your looking for is this

html { background:#333333; }
body {
margin:40px auto;
width:630px;
height:466px;
background:#454545;
overflow:hidden;

you can tweak it how you want i just added a background to it but itl handle that grey area.

oo forgot youl need to open index.html thats where it is.