• Resolved thirtyfivemill

    (@thirtyfivemill)


    Hi there.

    I’ve just installed this theme and am trying to build a website with it with a view to purchasing the pro version but would like to see it actually working correctly before I do.

    Every paragraph of text is rendered incorrectly. It seems to be trying to automatically justify the text but instead of doing that by the word it’s doing it by the letter, causing words to break and their second part fall to the next line. It makes the text unreadable and as even worse when viewed on a mobile device.

    Here’s a screenshot:

    https://thirtyfivemill.com/wp-content/uploads/2015/10/screenshot.png

    Please advise.

Viewing 1 replies (of 1 total)
  • Thread Starter thirtyfivemill

    (@thirtyfivemill)

    OK, solved this myself. Developers, this was a miss which cost me a lot of time. ??

    For anyone else who finds this happening, add this to your css editor:

    #single {
    	width: 100%;
    	margin: 60px 0;
    	word-break: normal;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Words Breaking In Paragraphs – Justify Text Doesn't Work’ is closed to new replies.