How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Words truncated in affiliate block

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #17789
    TM
    Participant

    Hi admin,

    Is there a certain setting or css code, so that words are not just truncated in this way, see my example:
    comeone-review-woord-afgekapt

    If so, please also let me know what is the right spot to change it.

    Thanks in advance,
    TM

    #17796
    admin
    Keymaster

    Hi TM,

    You can fix this by adding the following CSS:

    .review-pros-cons ul li { word-break: break-word; }
    
    #17797
    TM
    Participant

    Brother you are amazing, thankyou!

    #17800
    TM
    Participant

    I have one more question additional to this one.
    Also, is it possible that it puts words like this on the next line and doesn’t look at length of the word?

    long-words

    #17801
    TM
    Participant

    And regarding to your reply:
    Hi TM,

    You can fix this by adding the following CSS:

    .review-pros-cons ul li { word-break: break-word; }

    What addiotional css can i use if want this for my whole website? (the work-break)

    #17810
    admin
    Keymaster

    Hi TM,

    You can use the following CSS:

    body { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-break: break-word; }
    
    #17815
    TM
    Participant

    Hi,

    Thanks for your reply, but unfortunately it doesn’t work on every page:

    word-break
    I know this is a lorum ipsum text, but still cuts of some texts.

    #17839
    admin
    Keymaster

    Hi TM,

    Could you please send me the link to your page, so that I can have a look and come back to you with the correct CSS snippet?

    #17959
    admin
    Keymaster

    This is just an update that we have released a new PokaTheme version and we have included a fix for this issue, too. Feel free to check your account downloads and get the latest version!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.