Auto Posts Justify

Usually the standard blogger template that we use, at any of our posts if we did not manage to post the paragraph alignment (ex. the left, right flat, or flat left-right), then certainly in the view of our layout will look less of a good paragraph. Likewise if you set it manually by select all then press the paragraph alignment. But this is not an efficient way because sometimes we forget to arrange it.
So easy it's better to set it to automatically become the left-right, or maybe blogs like contrived poetry all its contents, may be willing to make the automatic flat middle (can be) or into the right flat. For that we only need to set it in the CSS, so please go to Edit HTML (for those who do not know, on the dashboard click on Layout / Layout Edit - Edit HTML).

So easy it's better to set it to automatically become the left-right, or maybe blogs like contrived poetry all its contents, may be willing to make the automatic flat middle (can be) or into the right flat. For that we only need to set it in the CSS, so please go to Edit HTML (for those who do not know, on the dashboard click on Layout / Layout Edit - Edit HTML).

Then we look for the POST css code that when the standard blogger template usually give information like this:

/* Posts
----------------------------------------------- */

Then a little down and we are looking for beginning CSS like this .post
Contents are usually like this :


.post {
margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
}

CSS in this template I picked from the minima template, in each template will vary in content, so we automatically post to the left right then we add the code text-align: justify; before the closing brace, so the code becomes as follows :


.post {margin:.5em 0 1.5em;
border-bottom:1px dotted $bordercolor;
padding-bottom:1.5em;
text-align: justify;
}

Okey, If you want to make a flat auto center, you can justify replacing them with the center, if you want to be in the right flat to the Right locker. Then do not forget the store and see the results.

Any Questions? Leave it in your comment....
LihatTutupKomentar

4 Komentar

Cancel

Berikan Komentar yang Membangun, SPAM dan sejenisnya Tidak Diterima