• Hi,
    I really like the theme and it works perfectly on Chrome and Firefox and on the latest versions explorer. But it gives me some problems on mobile. I have windows phone 8.1.
    My site URL is https://www.rigenerazioneblog.it/
    – Both in the headings and the content of the articles, the words are cut at the end of the line.
    – At the bottom of the page links are all overlapped.

    I tried to change word-break: nbreak-all to wordbreak: normal in the following snippet, but it didn’t work

    .search-results .content-area .page-header .page-title
    {
    word-break: nbreak-all;
    word-break: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    -ms-hyphens: auto;
    }

    Thank you very much for making this theme. Hope you can give support solving this issue.
    Cheers

  • The topic ‘Word cuts and elements overlapping on mobile’ is closed to new replies.