Hi, basically my problem is that when you click onto a category, the #productListing DIV isnt a fixed size, so it stretches for the content.
If you go to this page on my site -
http://www.clickpurchase.co.uk/index...index&cPath=73
you can see that the 'product details' buttons are not in line, what i am trying to do is make every #productlisting the exact same size so that it makes the alignment of everything neater.
What is the best way i can do this?
Note: I tried adding this to
But it just threw everything out of proportion, im really stuck here guys.#ProductListing {
width: 200px;
height: 250px;
}



