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;
}
Bookmarks