Home Forums Retail Pro It separates the word….

  • This topic has 4 replies, 2 voices, and was last updated 3 years ago by Andy.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11946
    Ilay
    Participant

    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?

    #11948
    Andy
    Keymaster

    Copy this to ‘Additional CSS’:

    .woocommerce-loop-category__title {
        word-break: keep-all;
    }
    #11949
    Ilay
    Participant

    Also, In a product, when I write the descriptions and make it by numbers, like this:

    1. sdfds
    2. dgdf
    3. fgdz

    So in phone the numbers aren’t shown.

    #11950
    Andy
    Keymaster

    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?

    #13735
    Andy
    Keymaster

    Closing and marking as resolved, as no response after 7 months.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘It separates the word….’ is closed to new replies.