Issue
The last one or two letters of each line of text in a block appear to be cut off, or it looks like text is not wrapping. Changing margins or padding doesn’t solve the problem.
Solution
Add the following code in the Live CSS Editor:
.block-type-content div.entry-content {
width: auto;
}
This article was added for Headway version 3.8.3