if everyone can please, 'justify'
I know - and I understand that everyone has the right to set up their blog the way they want. However, it just bothers me so much that whenever I read articles/blogs online, they are 'left-aligned' instead of 'justified'.
Open up any novel and you'll almost always see them 'justify' formatted and NOT 'left-aligned'. Even here, all the blogs I have come across so far are 'left-aligned'.
I can't change the whole world, but I have a humble request if everyone reading this could please format their articles to 'justify', it would be greatly appreciated. It honestly looks so much more polished.
In case you would like to, you just need to add the below code to your themes CSS.
Go to:
- Dashboard > Themes
- scroll down to find 'Edit theme CSS' text area
- paste the below code
- click 'Publish'.
p {
text-align: justify;
}
if you actually made these changes to your blog, THANK YOU!