Title: Centered/Clickable Header
Last modified: August 18, 2016

---

# Centered/Clickable Header

 *  [ian2](https://wordpress.org/support/users/ian2/)
 * (@ian2)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/)
 * Hi on [http://www.blogsfornatalee.com](http://www.blogsfornatalee.com) I am trying
   to get my header image to be
 * (a) perfectly alligned an
    (b) centered.
 * What I have done to get the header up there so far is go to the header file and
   put the image code where the “blog name, blog info” code was in the “<div id=”
   headerimg”>” area.
 * Thanks

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

 *  [justinbaeder](https://wordpress.org/support/users/justinbaeder/)
 * (@justinbaeder)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281270)
 * Kubrick is set up to let you do this easily. See the instructions in the header.
   php file.
 *  Thread Starter [ian2](https://wordpress.org/support/users/ian2/)
 * (@ian2)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281449)
 * I did , i put my image in the themes image folder as “personalheader.jpg” and
   nothing happened.
 *  [estjohn](https://wordpress.org/support/users/estjohn/)
 * (@estjohn)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281466)
 * but looking at the source i still see this line commented out
    ‘ /* #headerimg{
   background: url(‘[http://blogsfornatalee.com/wp-content/themes/default/images/personalheader.jpg&#8217](http://blogsfornatalee.com/wp-content/themes/default/images/personalheader.jpg&#8217);)
   no-repeat top;} */’
 * so remove the `/* */`
 *  Thread Starter [ian2](https://wordpress.org/support/users/ian2/)
 * (@ian2)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281509)
 * Okay thanks!! Do you have any suggestions of how to remove that text and to make
   the header clickable ?
 * Should I remove this: <div id=”headerimg”>
    <h1>“><?php bloginfo(‘name’); ?>
   
   </h1>
    <div class=”description”><?php bloginfo(‘description’); ?> </div>
 * ?
 *  [estjohn](https://wordpress.org/support/users/estjohn/)
 * (@estjohn)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281510)
 * just remove the `/* */` symbols and not thie things in between them
 * so
    ` /* #headerimg { background: url('http://blogsfornatalee.com/wp-content/
   themes/default/images/personalheader.jpg') no-repeat top;} */
 * becomes
    `#headerimg { background: url('http://blogsfornatalee.com/wp-content/
   themes/default/images/personalheader.jpg') no-repeat top;}`
 * is that in your header.php file?
 *  Thread Starter [ian2](https://wordpress.org/support/users/ian2/)
 * (@ian2)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281621)
 * yes, if you go to [http://www.blogsfornatalee.com](http://www.blogsfornatalee.com)
   you will see the header is there, however the text is still there .. i just want
   the header to be clickable.
 *  [estjohn](https://wordpress.org/support/users/estjohn/)
 * (@estjohn)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281638)
 * because it has
    ` <div id="header">
 *  <div id="headerimg">
    <h1><a href="[http://blogsfornatalee.com">Blogs](http://blogsfornatalee.com">Blogs)
   for Natalee</a></h1>
 * ?
 * if you dont want the text then youd have to delete
    ` <h1><a href="http://blogsfornatalee.
   com">Blogs for Natalee</a></h1>`
 *  Thread Starter [ian2](https://wordpress.org/support/users/ian2/)
 * (@ian2)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281667)
 * Okay I did that, thanks .. the text is gone, however the header is not clickable
   to go to the home page.
 *  [estjohn](https://wordpress.org/support/users/estjohn/)
 * (@estjohn)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281673)
 * `<div id="headerimg">
    <a href="http://www.yourlink.com"></a>
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281674)
 * Hmmm… 298 hits for “clickable header” – if you do a search.
 *  [pb](https://wordpress.org/support/users/pb/)
 * (@pb)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281675)
 * I tried adding the piece of code estjohn has put but it hasn’t worked. Is there
   something else I am supposed to do. This one was in header.php I’m guessing this
   was in the right file but since none of the threads on clickable headers actually
   tell you specifically the file name I am to edit and find the code in I am left
   to guessing.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281676)
 * I don’t know about the other threads, but in this one 3 times it was mentioned
   the header.php file. So, no need for guessing 🙂 – yes, usually everything is
   in the header.php file.
 *  Thread Starter [ian2](https://wordpress.org/support/users/ian2/)
 * (@ian2)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281680)
 * Re: estjohn, I did that code and it didn’t do anything.
 * Again tahnks for all your help
 *  [estjohn](https://wordpress.org/support/users/estjohn/)
 * (@estjohn)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281682)
 * Hmm I dunno then.. Id have to see it in the code.. moshu mentioned there were
   others if you do a search.. see what those say..

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

The topic ‘Centered/Clickable Header’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 14 replies
 * 5 participants
 * Last reply from: [estjohn](https://wordpress.org/support/users/estjohn/)
 * Last activity: [20 years, 7 months ago](https://wordpress.org/support/topic/centeredclickable-header/#post-281682)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
