Title: Align Header Title
Last modified: August 18, 2016

---

# Align Header Title

 *  [kaylowe](https://wordpress.org/support/users/kaylowe/)
 * (@kaylowe)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/align-header-title/)
 * I’m sorry if this seems silly. I have researched the forum and support but just
   don’t “get it”. I am using the “fsubtle” theme; successfully changed the header
   graphic. I now want to change the header title (blog name, whatever) to align
   right (the current text alignment covers part of my graphic). I have tried changed
   it in the stylesheet, adding text-align: right to the header h1 but to no avail.
   I successfully changed the font size, however). Haven’t been successful changing
   it in the “header.php” file.
 * Please anyone – what file do I need to edit and how?
    [My site](http://www.doggy-training.com)
 * TIA,
    Kay Lowe

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

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/align-header-title/#post-382262)
 * Add the text-align: right to this:
    `h1#blogname {`
 *  [ladydelaluna](https://wordpress.org/support/users/ladydelaluna/)
 * (@ladydelaluna)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/align-header-title/#post-382263)
 * `<div id="header">
    <h1 id="blogname"><a href="http://doggy-training.com">Doggy-
   Training.com</a></h1> <div class="description">Show Your Dog Who’s Boss!</div
   > </div>
 * this tells me that you need to be looking for something like
 * `#blogname h1{
    some: stuff here; }
 * in your CSS file… as well as
 * `.description {
    some: more stuff here; }
 *  [ladydelaluna](https://wordpress.org/support/users/ladydelaluna/)
 * (@ladydelaluna)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/align-header-title/#post-382264)
 * dang moshu – ya beat me! 😉

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

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

 * 3 replies
 * 3 participants
 * Last reply from: [ladydelaluna](https://wordpress.org/support/users/ladydelaluna/)
 * Last activity: [20 years, 1 month ago](https://wordpress.org/support/topic/align-header-title/#post-382264)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
