Quote Originally Posted by brettw View Post
Hi All,

Im having a problem on my site where the fonts in the sidebox headings are different sizes.

Im hoping that this is controlled somewhere in the css file.

The site is http://www.eastcoasthobbies.com.au

Any help would be great.

Cheers

Brett
Br,
The problem you are having is that you have two stylesheet's fighting each other.
  1. stylesheet.css
  2. stylesheet_old.css
  3. Use a program Winmerge or take time to have 1 stylesheet.css
  4. What happens is the stylesheet_old.css is the last place Zen looks:
  5. So if you edit stylesheet.css, and the same declaration is in stylesheet_old.css nothing happens.
  6. Take time and consolidate to one sheet...
  7. I know a pain, but well worth the effort for customization