Archived topic
Related a Upsell products display on single page
3 replies · Started by fabiosilva on May 26, 2020
Hi,
Somethig is wrong with related/upsell columns on my website.
I set a 3 col and the automatic related products works OK.
But if i set mannually the upsell products on single product, websites shows smaller columns. It's supposed?
https://i.ibb.co/gVpP4G3/ok.jpg
https://i.ibb.co/WF305Nc/problem.jpg
Thank you
Hi there,
That seems to be happening because of this CSS in your child theme:
.single-product div.product .upsells.products {
width: 50%;
display: inline-block;
}
My gosh...
I don't know what that CSS was doing there... :-S
Thank you, Tom!
You're welcome! :)