Hello, how do I get the text wider(see creenshot, need text alignment like the blue line)
Hi
The article body content of this service page is set with max width: 800px, you can override with this custom CSS code:
.view-services-detail .com-content-article__body { max-width: 100% !important; }
Regards
thank you - working