Quote:
Originally Posted by Celph
i wanna make it have no white space.. like make it take up the whole top part in the header..
peep the screen..
thankz..
anyone can help?
|
Your image must be able to stretch the entire width of the screen so it is good to have a background image that will fill in the extra amount of space.
In your admin cp, add this to the body section Extra CSS:
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin: 0px;
padding: 0px;