July 31, 2015 • ∞
Amazing what you learn by googling. I was having trouble with some of the text hyphenating on small screens, I think due to the responsive design of the WordPress theme. Thankfully I found a solution. Simply adding
p { -moz-hyphens: none; -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; }
to the CSS style in the attribute options of the Page builder widget seems to solve the problem. On an aside, I also discovered how to add the lovely infinity symbol linking to the permalink for the blogpost, just add the html entity ∞ to the text. All works great.