Viewing 1 replies (of 1 total)
  • mutu

    (@mutu)

    Try this, worked for me.
    Add this to css file:

    .entry-excerpt {
    	text-align:justify;
    	padding-top:8px;
    }

    …and this to the template: (instructions on how to make template here:

    <div class="entry-excerpt"><?php the_excerpt(); ?></div>

Viewing 1 replies (of 1 total)
  • The topic ‘Justify text post’ is closed to new replies.