News

How to Get a Post to Align/Justify in WordPress. The WordPress post editor features a rich-text toolbar that makes it easy to format the display of your text with just a few mouse clicks.
Add the following code to the "Add custom CSS" input box: .post { text-align: justify; } Click the "Apply to blog" button at the top right corner of the screen.