Title: Text alignment
Last modified: August 22, 2016

---

# Text alignment

 *  [fritzmar1](https://wordpress.org/support/users/fritzmar1/)
 * (@fritzmar1)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-alignment-16/)
 * Hello,
    may I ask you where to change new or old post aligmnet to justify? Because
   I can’t find it anywhere not even in source coude? Would someone give a hint,
   I could change it in source code but can’t find where…
 * Thanks a lot,
    Martin

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-alignment-16/#post-5722734)
 * Hey there Martin,
 * How are you doing today?
 * This can be done with some custom CSS. Please try adding the following CSS code
   in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .entry-content {
       text-align: justify;
       }
       ```
   
 * This should justify the text on your site.
 * Hope this helps 🙂
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Text alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.9/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

## Tags

 * [text alignment](https://wordpress.org/support/topic-tag/text-alignment/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/text-alignment-16/#post-5722734)
 * Status: not resolved