Automatically Format Text Alignment


Still format text alignment manually by adding code <div align=”justify”> or using icon above every time you publish post?

There is a simple way to format text alignment without doing that above every time you publish. You just need to add code below:
#main-wrapper {
…………………
…………………
text-align : justify;
}
You can change “justify” with “left”, “center” or “right”.

To adding the code, choose “Layout” > “Edit HTML”.