- This topic has 4 replies, 2 voices, and was last updated 3 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘It separates the word….’ is closed to new replies.
Home › Forums › Retail Pro › It separates the word….
Hello,
I am using the short-code to display chosen categories.
Only in those, it separates the word (category title) on phone.
In the middle 2 images, it separates 2 words into 4 different lines….
How do I fix it?
Copy this to ‘Additional CSS’:
.woocommerce-loop-category__title {
word-break: keep-all;
}
Also, In a product, when I write the descriptions and make it by numbers, like this:
So in phone the numbers aren’t shown.
Use this ‘Additional CSS’:
.rtl ul, .rtl ol {
margin: 0 1.25em 1em 0;
}
Did the previous code fix the answer to your first question?
Closing and marking as resolved, as no response after 7 months.