Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #123164
    carolinet
    Participant

    I am using catching flames, the free version at amumatwork.com. On my desktop, the word wrapping is fine, but on the mobile version, words are being cut in half instead of wrapping the whole word to the next line. It looks really unprofessional and makes it hard to read. How can I fix this?

    #123197
    Mahesh
    Participant

    @carolinet: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
        #content article {
            hyphens: manual;
        }
    }

    Regards,
    Mahesh

    #123206
    carolinet
    Participant

    Thank you. It’s still not working though. It’s helped with some words but others are still split

    #123295
    Mahesh
    Participant

    @carolinet: Could you please show me the issue with a screenshot as an example.

    Regards,
    Mahesh

    #123311
    carolinet
    Participant

    How do I attach a screenshot to this thread? I can’t see an option

    #123482
    Mahesh
    Participant

    @carolinet: Sorry for the late reply. For sharing screenshot, upload your screenshot to Google drive or Dropbox, then share the link here.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Word Wrapping on mobile’ is closed to new replies.