Woo products not shown correct in Safari

Hi.
When looking at a specific product on https://gulaankan.se/produkt/dagens-lunch/
The last of the cross and upsale products are placed slightly below the white background. I was in contact with Woo and we could reproduce it in Safari - not other browsers. Woo support pointed me in your direction.
Do you know the reason for this and is there something i can do to solve it.

Tomas

IMG_0097

Hello @TomasJarvling,

Thanks for writing to us.

I would suggest you please add this custom CSS code to the global CSS to get rid of your issue.

.woocommerce.woocommerce-page.single-product section.up-sells.upsells.products {
    margin: 50px 0;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Yes. Seems to work fine. Thanks

Hi Tomas,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.