The option Sort By is appearing about 20 pixels lower on my Category page than my Manufacturer page. These pages seem to mirror each other, I edited styles on the Category page and it showed on the Manufacturer page. There is one nasty difference, though. On the Category Page, after the class .CategoryCategoryName (which holds either the name of the Category or the name of the Manufacturer) there is a div (with no class or ID) that clears the floats on both sides.
The Sort By selector is contained within the class .CategoryJumpHeader, which is set to float:right not in the stylesheet, but somewhere in the template. This div isn't present on the Manufacturer's page, so it lines up nicely with the Manufacturer name. If I could disable the float, positioning wouldn't be a problem, but it's not allowed.
Is there anything you folks can do about this?
Thanks