Quote Originally Posted by barricades View Post
Woo Hoo! Thanks for that CraftZombie. That seems to have done the trick.

The only thing wrong now (which i suppose isn't that important) is that the images on the bestseller page now kinda cover a wee line I had.

normally the page displays like this http://www.traditionalirishgifts.com...dex&cPath=2_20

but on the bestsellers page the images cover the line btw the sideboxes and the main page http://www.traditionalirishgifts.com...e=best_sellers

Is there an easy way to fix that?

Thanks for all this
You can try adding this to your css file:

#productListing {margin-left: 1em; }

Although this will move over the products just a little bit on the rest of your pages too because the Best Sellers page uses the same template and has none of its own id's or classes (as far as I know).

If 1em isn't enough, just keep increasing it a little (1.1, 1.2, etc.) until you can see the line and then check your regular product pages to see if it looks okay too. I'm not the best when it comes to CSS!