Title: Problew with Alignment
Last modified: August 19, 2016

---

# Problew with Alignment

 *  [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/)
 * Whenever I start a new blog entry, the default in the program automatically centers
   my text. I have to type my entry and then format it to left align. Does anyone
   know how to set the default to left align automatically? Thanks.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379328)
 * A link to your site would help.
 *  Thread Starter [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379482)
 * [http://www.socon.ca/or_bust/](http://www.socon.ca/or_bust/)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379488)
 * the theme actually formats the text in post ‘justified’ as default.
 *     ```
       .post {
       	margin: 0 0 40px;
       	text-align: justify;
       	}
       ```
   
 * you can edit this in style.css and change it to:
 *     ```
       .post {
       	margin: 0 0 40px;
       	text-align: left;
       	}
       ```
   
 *  Thread Starter [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379496)
 * Hi,
 * What file name is that code located in?
 * Thanks!
 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379497)
 * Look in your theme directory for style.css.
 *  Thread Starter [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379507)
 * OK. I see it. However, I don’t know how to save…even though I am the owner of
   the site (i.e. permissions).
 *  Thread Starter [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379512)
 * I managed to make the changes, but it is still justifying it.
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379513)
 * press ctrl+f5 while looking at site
 *  Thread Starter [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379514)
 * It’s not the viewing that is the issue.
 * The issue is that when I go to create a new entry, the entry is automatically
   formatted to center or justify…even after I made adjustment noted above.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379516)
 * i checked the site, and it is not the style.css that is causing this behaviour.
   
   if i remove the alignleft inline style for the paragraphs (in firefox), it is
   still aligning left.
 * maybe there is a fault with the build-in editor ?
 *  Thread Starter [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379517)
 * I transferred the file to my computer and edited in notepad then I transferred
   it back.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379518)
 * your theme file is ok.
    i am trying to think of reasons why your new posts are
   by default aligned justified in the editor, instead of left aligned.
 *  Thread Starter [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * (@pacheco377)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379522)
 * Greetings everyone,
 * I found the problem in the style.css doc. I changed the text-align “left” from“
   center”.
 * That fixed it. Thanks for all your help and suggestions!
 * ___________________
 * /* Begin Typography & Colors */
    body { font-size: 62.5%; /* Resets 1em to 10px*/
   font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif; background: #d5d6d7
   url(‘images/kubrickbgcolor.jpg’); color: #333; text-align: **left;** }

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

The topic ‘Problew with Alignment’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 13 replies
 * 5 participants
 * Last reply from: [pacheco377](https://wordpress.org/support/users/pacheco377/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/problew-with-alignment/#post-1379522)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
