if you look at my site http://yrb.music-skins.com/ you can see that there is a white space right above the Categories header I can't seem to find the place to take that space out any ideas???
if you look at my site http://yrb.music-skins.com/ you can see that there is a white space right above the Categories header I can't seem to find the place to take that space out any ideas???
in your header template the br tag is the cause for the white space... delete it.
<br class="clearBoth"/>
<!--eof-branding display-->
~Steve~
thank you so much. can I ask you how you found the problem?
It is a common problem with ZC templates - sometimes this standard bit of code messes up, usually it doesn't. I don't know exactly what makes the difference.
Usually the <br class="clearBoth"/> is used to "fix" floats within a div... and when the divs are not floated, the br tag is not needed...
I use firefox with the web developer extension (1 of many)
~Steve~