Title: Header position
Last modified: August 22, 2016

---

# Header position

 *  [prutsik](https://wordpress.org/support/users/prutsik/)
 * (@prutsik)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-position-5/)
 * Hi guys, sorry to troubling you, but I can’t recognize the hierarchy of css
    
   so i think its my last problem connected with this theme how do I put this header
   to the centre of the page?
 * [http://moodle.anatoliyprutz.ru/thankyou/](http://moodle.anatoliyprutz.ru/thankyou/)

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

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-position-5/#post-5789003)
 * In either custom css, or your child theme add this css:
 *     ```
       h1 {
           text-align: center;
       }
       ```
   
 * In you only want it on this page then:
 *     ```
       .page-id-9 h1 {
           text-align: center;
       }
       ```
   
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-position-5/#post-5789227)
 * RossMitchell’s guidance is spot on – thanks!
 * prutsik, did the CSS that Ross provided help you out?
 * Since you’re already using Jetpack, an easy way to add custom CSS is to activate
   the [Custom CSS](http://jetpack.me/support/custom-css/) module. You’ll then add
   your custom CSS in the new stylesheet editor that’ll appear in your dashboard,
   under Appearance > Edit CSS.

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

The topic ‘Header position’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/header-position-5/#post-5789227)
 * Status: not resolved