Hello,
We would like to move the upsell module below the block of detailed description.
can you please tell us how to do it ?
cheers
Hello,
We would like to move the upsell module below the block of detailed description.
can you please tell us how to do it ?
cheers
Hello,
You can add new CSS to fix it:
.woocommerce div.product {
display: flex;
flex-direction: column;
}
.upsells.tbay-addon {
order: 1;
}
Thanks you very much !You are the best !