cancel
Showing results for 
Search instead for 
Did you mean: 

related products/upsell product styling

related products/upsell product styling

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

2 REPLIES 2

Re: related products/upsell product styling

Can you explain how you'd like it to display? Knowing what you're trying to achieve would certainly help.

--

Developer Relations, Adobe Experience Cloud
Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: https://magento.com/resources/technical

Re: related products/upsell product styling

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!