Quote Originally Posted by gsdcypher View Post
[FONT=Arial]Hi Great template.

I just started to customize it. I am trying to figure out the proper alignment of the css categories flyout with this template. The flyout menu "backspace" is shifted too far left and so are the buttons. How/where do I shift them back to the right?

And the blue menu backspace shows above the red categories header. How do I move that down?

I am asking here because I don't know if this needs to be "fixed" via the flyout menu css or via the cherry zen template css... :-(

site for reference: http://www.agilitydogsupplies.com/

Thanks.
[/FONT]
1. in stylesheet_categories_menu.css change this:

div#nav-cat {width: 150px; margin: -1px 0 0 -1px;

to this:

div#nav-cat {width: 150px; margin: -1px 0 0 0;


2. If you're talking about that tiny little space of grey above "Categories" in the sidebox, change this:
h1, h2, h3, h4, h5, h6 {
margin:.3em 0;
}

to this:

h1, h2, h3, h4, h5, h6 {
margin: 0;
}