Comment by numbers
just noticed your CSS has an issue on wide screens that cuts off some of the words at the end of a line, here's the culprit:
``` @media screen and (min-width: 1200px) { .site-content .entry-content .wide-content, .alignwide, .alignfull { margin-right: -34.0740%; } } ```
that margin-right is causing some of the content to move too far to the right and gets hidden in `.entry-content`