Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
high2K:
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. :smartalec: