Title: Text-align justify
Last modified: September 1, 2016

---

# Text-align justify

 *  Resolved [mycolorfuladventures](https://wordpress.org/support/users/mycolorfuladventures/)
 * (@mycolorfuladventures)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/text-align-justify-2/)
 * I am trying to find a way to justify the text in the body of my posts. I’ve tried
   using everything I can find in the custom CSS stylesheet editor but nothing is
   working. I’ve been able to successfully do things like add padding to the tops
   and bottoms of my pictures and that has updated all of the pages. Does anyone
   know how I can justify all of the text in my blog posts in the cubic theme? Is
   there something specific to the cubic theme that I have to use in the CSS stylesheet
   editor?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [mycolorfuladventures](https://wordpress.org/support/users/mycolorfuladventures/)
 * (@mycolorfuladventures)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/text-align-justify-2/#post-7624775)
 * Okay, I think I found something that works.
 * I added this into the CSS stylesheet:
 *     ```
       .post {
       	text-align: justify;
       }
       ```
   
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/text-align-justify-2/#post-7624840)
 * I’m glad you found CSS that works for your needs! 🙂
 * In case you’re not aware: You should not edit your theme’s **style.css** file
   directly. Any changes you make there will be lost when it comes time to update
   your theme.
 * Instead, to add custom CSS, firstly [set up a child theme](https://codex.wordpress.org/Child_Themes)
   or [activate a standalone CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css).
   If you have Jetpack installed then you can make use of [its custom CSS module](https://jetpack.com/support/custom-css/).
 * I’ll mark this thread as resolved for now, but please don’t hesitate to start
   another thread if you have any other questions that we can help with.
 *  Thread Starter [mycolorfuladventures](https://wordpress.org/support/users/mycolorfuladventures/)
 * (@mycolorfuladventures)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/text-align-justify-2/#post-7624884)
 * Thank you so much! I think I am using the Jetpack custom CSS module because when
   I go in to add the custom CSS it looks like a blank page.
 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/text-align-justify-2/#post-7624924)
 * You’re welcome!
 * If you’re adding CSS via Appearance > Edit CSS then it’s likely you’re using 
   Jetpack’s module. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Text-align justify’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/cubic/1.0.7/screenshot.png)
 * Cubic
 * [Support Threads](https://wordpress.org/support/theme/cubic/)
 * [Active Topics](https://wordpress.org/support/theme/cubic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/cubic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/cubic/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/text-align-justify-2/#post-7624924)
 * Status: resolved