How can I narrow the width of the text on the page?
Hi glenng
You can override with this custom CSS:
.com-content-article { max-width: 900px !important; }
Thanks a lot!