Quote Originally Posted by Dannie View Post
Jettrue,

Is there a way to remove or reduce the space that surrounds the template?

I would like to remove the space above the main nav and outside the left and right sideboxes. Can it be removed or reduced to a minimum value? I was looking for the obvious quick solution like (template spacing=1px). Can you point me in the right direction?

Thank you for taking the time to put together a wonderful template.

Dannie

MySite Link
To increase the width of the template, open up includes/templates/cherry_zen/templates/stylesheet.css and find the section that starts with:

/* site and main content width section */

and change the width of #nw.

The space at the top is controlled by the margin-top for body:

body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}