Title: Justify text post
Last modified: August 21, 2016

---

# Justify text post

 *  Resolved [messala](https://wordpress.org/support/users/messala/)
 * (@messala)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/justify-text-post/)
 * Hi, how I can show the post text justified?
    Thanks
 * [http://wordpress.org/plugins/posts-in-page/](http://wordpress.org/plugins/posts-in-page/)

Viewing 1 replies (of 1 total)

 *  [mutu](https://wordpress.org/support/users/mutu/)
 * (@mutu)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/justify-text-post/#post-4393321)
 * 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: [](http://wordpress.org/support/topic/how-to-add-featured-image?replies=27)
 * `<div class="entry-excerpt"><?php the_excerpt(); ?></div>`

Viewing 1 replies (of 1 total)

The topic ‘Justify text post’ is closed to new replies.

 * ![](https://ps.w.org/posts-in-page/assets/icon-256x256.png?rev=1596190)
 * [Posts in Page](https://wordpress.org/plugins/posts-in-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-in-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-in-page/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-in-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-in-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-in-page/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mutu](https://wordpress.org/support/users/mutu/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/justify-text-post/#post-4393321)
 * Status: resolved