Okay
  Public Ticket #1949730
Blog landing page
Closed

Comments

  • Doug Gilliatt started the conversation

    How do I eliminate the breaks within "words" as shown on the provided url. Once I click through, it doesn't appear to happen on the expanded post.

  •  850
    Jelly replied

    Hello,

    Please add this CSS code to Appearance -> Customize > Additional CSS:

    .blog-text {
        word-break: normal !important;
    }

    Best Regards,
    Jelly Team