Quote Originally Posted by high2K View Post
I have a work in progress at www.eers.co.uk/catalog. I've modified the template quite a bit through the style sheet, etc but am struggling to get rid of the white space between my main image and the horizontal menu above it. Any idea how I can move everything up a bit? I don't mind having a white space of around 2 pixels, but not this wide band of white.
Thanks in advance.
Its because of this:

<h1 id="indexDefaultHeading"></h1>

You can remove that from tpl_index_default.php, or paste this into your stylesheet:

#indexDefaultHeading {display:none;}

Then your image has a teeny bit of white at the top of it.