Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #231260
    Christophedc0
    Participant

    Hi,
    I have an issue, where in my blog posts my words get cut right in the middle of the word and go to the next line.
    Is there a way to correct this behaviour ?

    example:
    https://www.christophedc.be/2019/12/28/bread-3-part-ii/

    #231311
    tikaram
    Keymaster

    @christophedc0: Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

    pre {
        word-break: break-word;
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #231319
    Christophedc0
    Participant

    This works perfect! Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Words get split in the middle when it’s a paragraph for a next line’ is closed to new replies.