return to the line, price in the basket
-
Hi,
On the cart page, there is a carriage return for the price, after the first number (see screenshot)
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-cart td.product-price {
width: 110px;
}
Best Regards
Thank you, it works but now it’s the other column that’s the problem
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try and Replace the previous Custom CSS with the following then check back.
.woocommerce-cart td.product-price {
width: 90px;
}
Regards.
Xtemos Studios
No even at 90px the problem is not resolved
Hello,
Please replace the previous Custom CSS with the following then check back.
.woocommerce-cart td.product-price {
width: 100px;
}
.woocommerce-cart td.product-subtotal {
width: 100px;
}
If the issue still occurs then provide the admin panel login details of the website.
Best Regards