Title: Header Title Text Alignment
Last modified: August 20, 2016

---

# Header Title Text Alignment

 *  Resolved [pallen105](https://wordpress.org/support/users/pallen105/)
 * (@pallen105)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/header-title-text-alignment/)
 * I have created a wordpress blog ([http://www.ingletonsidings.com](http://www.ingletonsidings.com))
   but want to edit my title in my header. I would like to align the title (Ingleton
   Sidings …it’s the layout on an ironing board) to the right of my header to allow
   for easier reading. I’m using the graphene theme for my blog and there is a stylesheet
   with html code on it ( I think!) and I thought this might be what I need to change
   but I don’t know.
    Thanks Paul

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

 *  [Equal](https://wordpress.org/support/users/equalmark/)
 * (@equalmark)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/header-title-text-alignment/#post-2209718)
 * Go to Appearance > Editor. Then click on the themes stylesheet (style.css) – 
   it may already be on the screen.
 * Add this to the **bottom** of the styles on there:
 *     ```
       .header_title, .header_desc {
         text-align: right;
       }
       ```
   
 * That should send it to the right.
 *  Thread Starter [pallen105](https://wordpress.org/support/users/pallen105/)
 * (@pallen105)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/header-title-text-alignment/#post-2209757)
 * Thanks I have now managed to get it to the right but is there anyway to get it
   to move it along to the right even more?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/header-title-text-alignment/#post-2209771)
 * Remove `width: 852px;` from:
 *     ```
       .header_title {
           font: bold 28px "Trebuchet MS";
           left: 0;
           top: 160px;
           width: 852px;
       }
       ```
   
 * and
 *     ```
       .header_desc {
           border-bottom: medium none;
           color: #000000;
           font-size: 18px;
           left: 0;
           text-align: right;
           top: 160px;
           width: 852px;
       }
       ```
   
 *  Thread Starter [pallen105](https://wordpress.org/support/users/pallen105/)
 * (@pallen105)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/header-title-text-alignment/#post-2209884)
 * Thanks problem solved now! 🙂

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

The topic ‘Header Title Text Alignment’ is closed to new replies.

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [pallen105](https://wordpress.org/support/users/pallen105/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/header-title-text-alignment/#post-2209884)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
