Title: Cannot center page header with CSS
Last modified: March 24, 2017

---

# Cannot center page header with CSS

 *  Resolved [andreask64](https://wordpress.org/support/users/andreask64/)
 * (@andreask64)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-center-page-header-with-css/)
 * Hi,
    I made a child from sauron and tried to center the page title (.page-header)
   in the style.css (and also in the customizer fields):
 *     ```
       .page-header { color: #FF0000;
       text-transform: uppercase;
       text-align: center;
       }
       ```
   
 * Uppercase and red works, but center not. Looking to Chrome Analyse tool shows
   that “text-align: center” is crossed out. What possibilities do I have now to
   force a centered Page title in your theme (!important makes no difference)?
    -  This topic was modified 9 years, 2 months ago by [andreask64](https://wordpress.org/support/users/andreask64/).

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

 *  [Poonam Namdev](https://wordpress.org/support/users/poonam9/)
 * (@poonam9)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-center-page-header-with-css/#post-8952499)
 * Hello there,
 * Add this following custom CSS
 *     ```
       .single-post h1.page-header {
           text-align: center;
           display: inherit;
       }
       ```
   
 *  Thread Starter [andreask64](https://wordpress.org/support/users/andreask64/)
 * (@andreask64)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-center-page-header-with-css/#post-8952615)
 * Hi Poonam, thanks for your help. It works!

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

The topic ‘Cannot center page header with CSS’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [andreask64](https://wordpress.org/support/users/andreask64/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-center-page-header-with-css/#post-8952615)
 * Status: resolved