This css will change it to break-word, rather than letter:
.post-pagination-wrap h2 {
word-break: break-word;
}
1) I don’t see this being cut off, can you provide a screenshot?
2) Add this css:
.mobile-browser .comments-likes .love-it-wrapper {
display: none!important;
}
body.category .blog-item .excerpt {
display: none!important;
}
3) Have you updated to the latest version of the theme? Looks like there is a JS error on post pages. If you’ve updated and are still having issues then please disable the performance option so that we can see where the issue is.
– Ed