Quote Originally Posted by layoyo View Post
I have the following three problems with formatting sideboxes:

#1 As you will see in my 'in the works' website, www.amnyperfumes.com/zen-cart
The first listing in the sideboxes appears to the right..instead of aligned to the left as the rest of the categories. How can I fix it?

#2 M y BESTSELLERS sidebox disappeared out of the blues... it appears as ON LEFT in the Layout Boxes Controller. What could have happened? How can I recouperate it.

#3 The New Products sidebox acts on its own.. when I change the font size for the sidebox content this particular box does its own thing. How can I fix it so it takes the same formatting changes as the rest of the sideboxes?

thanks!

Ok, this is something that I've discovered recently, but the Firefox addon 'Web Developer Toolbar' is awesome.

First of all, your .columnLeft and #div navColumnOneWrapper are set to a width that is interfering with the .centerColumn width. They overlap, and that is why you have the [more] link come out into the body. I think.

Secondly, the What's New thing is defined as h3 #whatsNewHeading, this is why it's so large.

If you want ti that large, just properly spaced, I suggest looking at the width of the .leftColumn for now.

-Tim