Use text-justify for Rich Text Editor content

The Shopify Rich Text Editor does not include an option to justify your text. You can use this modification in Pipeline to provide that style for your Pages, Blogs and Product description areas (these all use the Rich Text Editor for their content).

Example - Product Description

Before:

After:

Example - Blog page

Before:

After:

Code to use:

/* -- code to justify Rich Text Editor text -- */ .rte p { text-align: justify } /* - end - */