Hi
The styling on the related products/upsells doesn't seem right on our website and wondered if anyone knew how to sort it. They are out of skew and don't look right.
please see http://www.cocklestorm.com/budget-waney-lap-fence-panel.html
thanks
Pete
Can you explain how you'd like it to display? Knowing what you're trying to achieve would certainly help.
I assume you're referring to the fact that the prices are not aligned on the related products section. One way you could achieve this is by adding a static height to the product name. You can do this by adding the following to your styles.css file:
ul li.item h3.product-name { height: 57px; }
Of course this might not work if you have longer product names than what you're showing on this page, but it should lead you in the right direction. Best of luck!