How to enable Justify Full post alignment in Wordpress
Wordpress is a great blogging platform with great templates, features and widgets that every blogger needs. But, there is something lacking in the post editing feature - the Justify Full alignment. I've done a test to make justified post alignment in Wordpress and found a code that works. Wanna guess where I found the code?
In Blogger.
Take a look at the images below. You can easily identify the difference. Blogger has the Justify Full button while Wordpress has none.


Now, here's a workaround. Follow this simple step to have a "Justify Full" post alignment in Wordpress.
In HTML mode, wrap your texts with this code:
<div style="text-align: justify;">It will look like:
</div>
<div style="text-align: justify;">Pretty easy, isn't it. Now, you will have better looking Wordpress posts.
[Your TEXTS here]
</div>
Screenshots:
A Worpress post with the code:
A Wordpress post without the code:




