display product title in 3 lines
-
please add to cart the item i have shared in private content , than go to checkout page, in “your order ” section the product title is going too far upto “price”, but display the text little before, means there should be little bit gap between product title and price.
Hi kidsdial4,
Can you please provide me with desired results? I will take a look and provide you better solutions, if it’s possible.
Regards,
please display only six words in one line : https://imgur.com/a/A6XbRAS
Hi kidsdial4,
Sorry, but your reply is a bit unclear to me. Please describe in more details, this will allow me to thoroughly investigate and address your concerns in a more efficient.
Regards,
in the link, you can see : https://imgur.com/a/A6XbRAS , “MIcrotube Ra$ck with handles for 1.5 ml” should display in one line and in next line ” and 2.0 ml…..etc” should display.
basically we need nothing but , the text should not touch upto $21.20. we need some space , thats all.
Hi kidsdial4,
Thanks for your patience.
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
#order_review .wd-checkout-prod-title {
margin-inline-end: 200px;
}
Regards,