- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!