Title: Changing the Alignment
Last modified: February 2, 2022

---

# Changing the Alignment

 *  [angiebrandt19](https://wordpress.org/support/users/angiebrandt19/)
 * (@angiebrandt19)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/changing-the-alignment/)
 * I’m trying to figure out how to align the title from left to center in posts 
   and on pages I create. I even tried removing the title and just putting it at
   the top of the general text, but then it automatically inserts “no title” as 
   the title. So, how do I simply align page and post titles center instead of left?
    -  This topic was modified 4 years, 3 months ago by [angiebrandt19](https://wordpress.org/support/users/angiebrandt19/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-the-alignment%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * (@stevenlyrathemes)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/changing-the-alignment/#post-15321832)
 * Hi [@angiebrandt19](https://wordpress.org/support/users/angiebrandt19/),
 * Thanks for getting in touch, and thank you for using Kale!
 * I can’t say for sure without being able to see the site (it’s hidden behind a“
   Coming Soon” page at the moment), but if things are pretty much stock, you can
   add the following CSS in Appearance > Customize > Additional CSS and it should
   do the trick:
 *     ```
       .single .entry-title, .page .entry-title {
           text-align: center;
       }
       ```
   
 * If you need anything else, just let us know and we’ll be happy to help!

Viewing 1 replies (of 1 total)

The topic ‘Changing the Alignment’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Steven (LyraThemes)](https://wordpress.org/support/users/stevenlyrathemes/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/changing-the-alignment/#post-15321832)
 * Status: not resolved