This topic has 6 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Sakis
Hi,
On checkout page, the text in the price break-down area is going outside the box and I cant fix it. Please assist.
thanx
I forgot to mention, this behavior is on mobile
Hello,
Sorry for the delay in answering.
Add the next code in Theme Options > Custom CSS > Custom CSS for mobile:
#order_review {
overflow: hidden;
overflow-x: auto;
}
Regards
thanx for the reply, this fixed partially the problem. there is no overflow, however the text is cut
Hello,
Add this code also –
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
text-align: start;
}
#shipping_method {
min-width: unset;
padding: 0;
}
a scroll will apear.
Regards
thanx, it works!
The issue related to '‘text outside the box in checkout page’' has been successfully resolved, and the topic is now closed for further responses