Error in the CSS

I discovered a bug in your category headers. In Chrome, the top (::before) element is 14 pixels to the right, as it respects the indent. To correct this, I would add the attribute "left: 0;" for explicit placement, and change the top placement to "top: -14px;"

Sign In or Register to comment.