usually in template standards blogger we use, in every postingan we when do we not regulate paragraph flattening in postingan (ex. left flat, right flat, or right left flat) so of course in display layout we shall be seen paragraph form less good. also when do we regulate him according to manual by select all then depress tomblo paragraph flattening like sometimes even forget not.
well so that the easy better we setting aja so that automatically be right left flat, or may be blog want made poetry its contents all, may be want made to be flat automatic middle (can also) or be right flat.
for that we only necessary regulate membagian css he, so please step into to edit html .
then find code css part post when in template standards blogger usually at give explanation
/ posts
----------------------------------------------- /
then a little go down downwards look for css prefixed like this . post { its contents usually like this:
. post {
margin: . 5em 0 1.5em;
border-bottom: 1px dotted bordercolor;
padding-bottom: 1.5em;
}
css above i take away from minima template, at every template differ difference its contents, well so that postingan we are automatis be right left flat so we add code text-align: justify; before cage casing, so that the code is to like next:
. post {
margin: . 5em 0 1.5em;
border-bottom: 1px dotted bordercolor;
padding-bottom: 1.5em;
text-align: justify;
}
when want to make to be auto flat middle justify you change with center, when want right flat at change with right. then don't forget at save then see the result.
congratulation to try.
No comments:
Post a Comment