Quote Originally Posted by dalewz View Post
Jade,

Thanks a lot for your timely help. my site is in a good shape now. I have only one question:

how do i change the menu font size?

The drop-dwon "CATEGORIES" runs out of page. I want to make those fonts small like radioshack.com, so all users can see all menu selections. I tried to reduce font size h1-h6 by .3, i did not see any changes.

I suspect sb may ask this before, but I can not find it. it is very difficult to search since i can not search 'menu font size' within apple zen support thread. Is there a better way to search?

Thanks, -Dale
No, h1-h3 wouldn't do anything, since the menu doesn't use h1-h3 at all. You can view the source of your site to see what that section DOES use (for example, you'll seen the menu is wrapped by <div id="dropMenu"></div> so then you can use:

#dropMenu {font-size:.9em;}